Re: [BUGS] BUG #6083: psql script line numbers incorrectly count \copy data - Mailing list pgsql-hackers

From David Fetter
Subject Re: [BUGS] BUG #6083: psql script line numbers incorrectly count \copy data
Date
Msg-id 20110704190116.GE29446@fetter.org
Whole thread Raw
In response to Re: [BUGS] BUG #6083: psql script line numbers incorrectly count \copy data  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Jul 04, 2011 at 12:02:12PM -0400, Tom Lane wrote:
> "Steve Haslam" <araqnid@googlemail.com> writes:
> > ... Apparently, the data read from \copy is incrementing the
> > script line number counter?
> 
> Yeah, so it is.  That is correct behavior for COPY FROM STDIN, but
> not so much for copying from a separate file.
> 
> The attached patch seems like an appropriate fix.  However, I'm
> unsure whether to apply it to released branches ... does anyone
> think this might break somebody's application?

No.

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: keepalives_* parameters usefullness
Next
From: Alvaro Herrera
Date:
Subject: Re: avoid including rel.h in execnodes.h