Re: [HACKERS] (trivial patch) remove superfluous semicolons from pg_dump

2013-07-31 Thread Bruce Momjian
Applied. --- On Thu, Jul 4, 2013 at 12:12:11AM +0900, Ian Lawrence Barwick wrote: > I noticed an instance of 'appendPQExpBuffer(query, ";");' in pg_dump.c which > seems pointless and mildly confusing. There's another seemin

[HACKERS] (trivial patch) remove superfluous semicolons from pg_dump

2013-07-03 Thread Ian Lawrence Barwick
I noticed an instance of 'appendPQExpBuffer(query, ";");' in pg_dump.c which seems pointless and mildly confusing. There's another seemingly useless one in pg_dumpall.c. Attached patch removes both (if that makes any sense). Regards Ian Barwick pg_dump-cull-semicolons.patch Description: Binary