]> granicus.if.org Git - postgresql/commit
Adjust plpython to convert \r\n and \r to \n in Python scripts,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 17:22:44 +0000 (17:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 17:22:44 +0000 (17:22 +0000)
commit35411a878b50b545d2ceaa15c11015d858c83dda
treeea728de7f4a08fcac609e9789a2d152d5d315974
parent291cd954fbfa48d8db79f22ffa8d596c837f7ee3
Adjust plpython to convert \r\n and \r to \n in Python scripts,
per recent discussion concluding that this is the Right Thing.  Add
regression test check for this behavior.  Michael Fuhr
src/pl/plpython/feature.expected
src/pl/plpython/plpython.c
src/pl/plpython/plpython_function.sql
src/pl/plpython/plpython_test.sql