postgresql/src/backend/bootstrap
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements
The parenthesized style has only been used in a few modules.  Change
that to use the style that is predominant across the whole tree.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Ryan Murphy <ryanfmurphy@gmail.com>
2017-09-05 14:52:55 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bootparse.y Disallow CREATE INDEX if table is already in use in current session. 2017-06-04 12:02:41 -04:00
bootscanner.l Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
bootstrap.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
Makefile Refactor flex and bison make rules 2012-10-11 06:57:04 -04:00