(trivial patch) remove superfluous semicolons from pg_dump

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: (trivial patch) remove superfluous semicolons from pg_dump
Date: 2013-07-03 15:12:11
Message-ID: CAB8KJ=hF=fPCDFAhhYLVbiG52Cv+xWaSEwjpWqv0xO1BnpuHYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
pg_dump-cull-semicolons.patch application/octet-stream 950 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-07-03 15:13:00 Re: Add some regression tests for SEQUENCE
Previous Message Tom Lane 2013-07-03 15:08:32 Re: refresh materialized view concurrently