(trivial patch) remove superfluous semicolons from pg_dump - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject (trivial patch) remove superfluous semicolons from pg_dump
Date
Msg-id CAB8KJ=hF=fPCDFAhhYLVbiG52Cv+xWaSEwjpWqv0xO1BnpuHYA@mail.gmail.com
Whole thread Raw
Responses Re: (trivial patch) remove superfluous semicolons from pg_dump
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: refresh materialized view concurrently
Next
From: Robert Haas
Date:
Subject: Re: Add some regression tests for SEQUENCE