From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Clean up some sloppy coding in repl_gram.y. |
Date: | 2014-02-02 17:51:21 |
Message-ID: | E1WA1CT-0005l4-9z@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Clean up some sloppy coding in repl_gram.y.
Remove unused copy-and-pasted macro definitions, and improve formatting
of recently-added productions.
I got interested in this because buildfarm member protosciurus has been
crashing in "bison repl_gram.y" since commit 858ec11. It's a long shot
that this will fix that, though maybe the missing trailing semicolon
has something to do with it? In any case, there's no need to approve
of dead code, nor of code whose formatting isn't even self-consistent
let alone consistent with what's around it.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/46825d4978b63a0ae9637efbf6298220c833fa8d
Modified Files
--------------
src/backend/replication/repl_gram.y | 49 +++++++++++++++++------------------
1 file changed, 24 insertions(+), 25 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2014-02-02 18:41:30 | pgsql: Add <indexterm> for functions pg_sleep_for and pg_sleep_until. |
Previous Message | Tom Lane | 2014-02-02 16:13:54 | Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output. |