Re: pg_dump insert with column names speedup

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump insert with column names speedup
Date: 2013-11-15 21:05:10
Message-ID: CAApHDvoZKYKNDFRbNcmzrTaQe7Gjx2Nbu=rjCE1HQvZaGMaztg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 16, 2013 at 9:04 AM, Peter Eisentraut <peter_e(at)gmx(dot)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 Content-Type Size
pg_dump_colinsert_v0.3.patch application/octet-stream 3.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2013-11-15 21:06:30 Re: postgres_fdw, remote triggers and schemas
Previous Message Tom Lane 2013-11-15 21:03:00 Re: postgres_fdw, remote triggers and schemas