Adjust plpython to convert \r\n and \r to \n in Python scripts,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 00aa8ed47a1d42a799eb7e92936d4272417f83b0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-24T17:22:34Z
Releases: 8.1.0
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

Files