]> granicus.if.org Git - postgresql/commit
Repair coredump in COPY OUT when client encoding is different from
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Dec 2002 17:33:33 +0000 (17:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Dec 2002 17:33:33 +0000 (17:33 +0000)
commitcc7883a1a298f640c983449a515c8a57af578315
tree243b869763daf1988f6d2ac154575f61ea361895
parentf278d8134e31c3ede8a31ee28ca4b7c43a3562fa
Repair coredump in COPY OUT when client encoding is different from
server encoding, per report from Nicolai Tufar.  This is a minimum-risk
patch for 7.3.1 --- I intend to apply a more general repair in HEAD.
src/backend/commands/copy.c