postgresql/src/backend
Tom Lane 46825d4978 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.
2014-02-02 12:51:14 -05:00
..
access Add primary_slotname to recovery.conf.sample. 2014-02-03 00:41:50 +09:00
bootstrap Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
catalog Introduce replication slots. 2014-01-31 22:45:36 -05:00
commands Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
executor Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 2014-01-13 14:42:16 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Disallow use of SSL v3 protocol in the server as well as in libpq. 2014-01-31 17:51:18 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
optimizer Fix bogus handling of "postponed" lateral quals. 2014-01-30 14:51:16 -05:00
parser ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
postmaster Fix compiler warning in EXEC_BACKEND builds. 2014-01-28 23:35:50 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Clean up some sloppy coding in repl_gram.y. 2014-02-02 12:51:14 -05:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Introduce replication slots. 2014-01-31 22:45:36 -05:00
tcop Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
tsearch Fix some wide-character bugs in the text-search parser. 2014-02-01 18:27:34 -05:00
utils arrays: tighten checks for multi-dimensional input 2014-02-01 10:49:17 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00