postgresql/src/include/catalog
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
..
.gitignore
binary_upgrade.h
catalog.h
catversion.h Tweak publication fetching in psql 2017-06-20 12:35:02 -04:00
dependency.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
duplicate_oids
genbki.h
heap.h Code review focused on new node types added by partitioning support. 2017-05-28 23:20:28 -04:00
index.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
indexing.h Rename columns in new pg_statistic_ext catalog 2017-04-17 18:34:29 -03:00
namespace.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
objectaccess.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
objectaddress.h Remove objname/objargs split for referring to objects 2017-03-06 13:31:47 -05:00
opfam_internal.h
partition.h Code review focused on new node types added by partitioning support. 2017-05-28 23:20:28 -04:00
pg_aggregate.h
pg_am.h
pg_amop.h Add support for EUI-64 MAC addresses as macaddr8 2017-03-15 11:16:25 -04:00
pg_amproc.h Implement SortSupport for macaddr data type 2017-03-29 23:28:56 +03:00
pg_attrdef.h
pg_attribute.h Identity columns 2017-04-06 08:41:37 -04:00
pg_auth_members.h
pg_authid.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_cast.h Collect and use multi-column dependency stats 2017-04-05 18:00:42 -04:00
pg_class.h Identity columns 2017-04-06 08:41:37 -04:00
pg_collation_fn.h ICU support 2017-03-23 15:28:48 -04:00
pg_collation.h Fix collprovider of predefined collations 2017-06-13 08:55:09 -04:00
pg_constraint_fn.h
pg_constraint.h
pg_control.h Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 2017-03-07 14:25:40 +02:00
pg_conversion_fn.h
pg_conversion.h
pg_database.h
pg_db_role_setting.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_default_acl.h Altering default privileges on schemas 2017-03-28 18:58:55 +03:00
pg_depend.h
pg_description.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_enum.h
pg_event_trigger.h
pg_extension.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_foreign_data_wrapper.h
pg_foreign_server.h
pg_foreign_table.h
pg_index.h
pg_inherits_fn.h
pg_inherits.h
pg_init_privs.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_language.h
pg_largeobject_metadata.h
pg_largeobject.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_namespace.h
pg_opclass.h Add support for EUI-64 MAC addresses as macaddr8 2017-03-15 11:16:25 -04:00
pg_operator_fn.h
pg_operator.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_opfamily.h Add support for EUI-64 MAC addresses as macaddr8 2017-03-15 11:16:25 -04:00
pg_partitioned_table.h
pg_pltemplate.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_policy.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_proc_fn.h
pg_proc.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_publication_rel.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_publication.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_range.h
pg_replication_origin.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_rewrite.h
pg_seclabel.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_sequence.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_shdepend.h
pg_shdescription.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_shseclabel.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_statistic_ext.h Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
pg_statistic.h Further patch rangetypes_selfuncs.c's statistics slot management. 2017-05-08 15:03:14 -04:00
pg_subscription_rel.h Fix updating of pg_subscription_rel from workers 2017-06-07 13:49:14 -04:00
pg_subscription.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_tablespace.h
pg_transform.h
pg_trigger.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
pg_ts_config_map.h
pg_ts_config.h
pg_ts_dict.h
pg_ts_parser.h
pg_ts_template.h
pg_type_fn.h
pg_type.h Collect and use multi-column dependency stats 2017-04-05 18:00:42 -04:00
pg_user_mapping.h
storage_xlog.h
storage.h
toasting.h Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
unused_oids