]> granicus.if.org Git - postgresql/commit
I thought we'd made initdb safe against newline-munging issues, but on
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Apr 2004 19:56:35 +0000 (19:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Apr 2004 19:56:35 +0000 (19:56 +0000)
commit0feed4430546a979bae3cc520f5a0531676b9b1d
treec0235de6707d8f20eb782a4a6684dcddf10de5cc
parent79e42a6eb2dd18c45b12910d42ff0cba5a85eb7d
I thought we'd made initdb safe against newline-munging issues, but on
inspection we fixed only one of the two uses of COPY :-(.  Fix the other.
This is already correct in CVS tip, but 7.4.3 could use the patch.
src/bin/initdb/initdb.sh