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)
commitabe02abc7ec245b955503b5f8a76ba7e3b46cc60
tree23af97ce060d9986271866da02d6a29d3f3e61f1
parent18ce034a846e1a9c42b57d8c8461226853edd2b9
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