OSDN Git Service

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:34 +0000 (17:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 17:22:34 +0000 (17:22 +0000)
commit00aa8ed47a1d42a799eb7e92936d4272417f83b0
treec518c7849a83fa0f65977bd8d00959570c84d081
parent218705958aacf580b515b565640542470d5c4aee
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