postgresql/src/include
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0.
The new indent version includes numerous fixes thanks to Piotr Stefaniak.
The main changes visible in this commit are:

* Nicer formatting of function-pointer declarations.
* No longer unexpectedly removes spaces in expressions using casts,
  sizeof, or offsetof.
* No longer wants to add a space in "struct structname *varname", as
  well as some similar cases for const- or volatile-qualified pointers.
* Declarations using PG_USED_FOR_ASSERTS_ONLY are formatted more nicely.
* Fixes bug where comments following declarations were sometimes placed
  with no space separating them from the code.
* Fixes some odd decisions for comments following case labels.
* Fixes some cases where comments following code were indented to less
  than the expected column 33.

On the less good side, it now tends to put more whitespace around typedef
names that are not listed in typedefs.list.  This might encourage us to
put more effort into typedef name collection; it's not really a bug in
indent itself.

There are more changes coming after this round, having to do with comment
indentation and alignment of lines appearing within parentheses.  I wanted
to limit the size of the diffs to something that could be reviewed without
one's eyes completely glazing over, so it seemed better to split up the
changes as much as practical.

Discussion: https://postgr.es/m/E1dAmxK-0006EE-1r@gemulon.postgresql.org
Discussion: https://postgr.es/m/30527.1495162840@sss.pgh.pa.us
2017-06-21 14:39:04 -04:00
..
access Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
bootstrap Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
catalog Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
commands Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
common Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
datatype Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
executor Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
fe_utils Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
foreign Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
lib Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
libpq Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
mb Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
nodes Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
optimizer Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
parser Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
port Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
portability Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postmaster Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
regex Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
replication Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
rewrite Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
snowball Document intentional violations of header inclusion policy. 2017-03-08 17:01:13 -05:00
statistics Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
storage Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
tcop Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
tsearch Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
utils Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
.gitignore Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
Makefile Add statistics subdirectory to Makefile. 2017-06-08 11:29:50 -04:00
c.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
fmgr.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
funcapi.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
getaddrinfo.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
getopt_long.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
miscadmin.h Unify SIGHUP handling between normal and walsender backends. 2017-06-05 19:18:16 -07:00
pg_config.h.in Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop." 2017-04-24 18:29:03 -04:00
pg_config.h.win32 Define HAVE_UCOL_STRCOLLUTF8 on Windows 2017-06-17 00:17:10 -04:00
pg_config_ext.h.in Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_ext.h.win32 Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_manual.h Fix default minimum value for descending sequences 2017-01-23 14:00:58 -05:00
pg_getopt.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_trace.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgstat.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pgtar.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgtime.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
port.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
postgres.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
postgres_ext.h Move atooid() definition to a central place 2017-03-01 11:55:28 -05:00
postgres_fe.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
rusagestub.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
windowapi.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00