postgresql/src/include/commands
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
..
alter.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
async.h Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
cluster.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
collationcmds.h ICU support 2017-03-23 15:28:48 -04:00
comment.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
conversioncmds.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
copy.h Logical replication support for initial data copy 2017-03-23 08:55:37 -04:00
createas.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
dbcommands.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
dbcommands_xlog.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
defrem.h Disallow CREATE INDEX if table is already in use in current session. 2017-06-04 12:02:41 -04:00
discard.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
event_trigger.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
explain.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
extension.h Remove objname/objargs split for referring to objects 2017-03-06 13:31:47 -05:00
lockcmds.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
matview.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
policy.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
portalcmds.h Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
prepare.h Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
proclang.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
progress.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
publicationcmds.h Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
schemacmds.h Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
seclabel.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
sequence.h Identity columns 2017-04-06 08:41:37 -04:00
subscriptioncmds.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
tablecmds.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tablespace.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
trigger.h Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
typecmds.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
user.h Replace isMD5() with a more future-proof way to check if pw is encrypted. 2017-02-01 13:11:37 +02:00
vacuum.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
variable.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
view.h Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00