Re: pg_dump insert with column names speedup - Mailing list pgsql-hackers

From David Rowley
Subject Re: pg_dump insert with column names speedup
Date
Msg-id CAApHDvoZKYKNDFRbNcmzrTaQe7Gjx2Nbu=rjCE1HQvZaGMaztg@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump insert with column names speedup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pg_dump insert with column names speedup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Nov 16, 2013 at 9:04 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
src/bin/pg_dump/pg_dump.c:1604: trailing whitespace.
+                               staticStmt = createPQExpBuffer();
src/bin/pg_dump/pg_dump.c:1612: trailing whitespace.
+                               else
src/bin/pg_dump/pg_dump.c:1614: trailing whitespace.
+                                       if (column_inserts)

The tailing white space is fixed in the attached patch.

Regards

David Rowley
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres_fdw, remote triggers and schemas
Next
From: Thom Brown
Date:
Subject: Re: postgres_fdw, remote triggers and schemas