diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-16 11:49:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-16 11:49:14 -0400 |
commit | e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b (patch) | |
tree | 9dcd04bd4d4a70ab05d619282ad693d7989a3c9a | |
parent | 7ccb2f54d9f3f3c5b4ac092d62c846b02a47f8d5 (diff) | |
download | postgresql-e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b.tar.gz postgresql-e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b.zip |
Final pgindent run with pg_bsd_indent version 2.1.
This is just to provide a clean basis for comparison of the results
of the new version. I did fix a typo that crept into 242dfcbaf.
Discussion: https://postgr.es/m/20200114221814.GA19630@alvherre.pgsql
-rw-r--r-- | src/backend/access/nbtree/nbtutils.c | 6 | ||||
-rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/access/nbtree/nbtutils.c b/src/backend/access/nbtree/nbtutils.c index 1429ac8b63e..7c33711a9f3 100644 --- a/src/backend/access/nbtree/nbtutils.c +++ b/src/backend/access/nbtree/nbtutils.c @@ -1858,9 +1858,9 @@ _bt_killitems(IndexScanDesc scan) * Mark index item as dead, if it isn't already. Since this * happens while holding a buffer lock possibly in shared mode, * it's possible that multiple processes attempt to do this - * simultaneously, leading to multiple full-page images being - * set to WAL (if wal_log_hints or data checksums are enabled), - * which is undesirable. + * simultaneously, leading to multiple full-page images being sent + * to WAL (if wal_log_hints or data checksums are enabled), which + * is undesirable. */ if (killtuple && !ItemIdIsDead(iid)) { diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index ac9fb292ce5..05c5e9c752d 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2212,6 +2212,7 @@ SeqScanState SeqTable SeqTableData SerCommitSeqNo +SerialControl SerializableXactHandle SerializedActiveRelMaps SerializedReindexState @@ -3291,6 +3292,7 @@ remoteDep rendezvousHashEntry replace_rte_variables_callback replace_rte_variables_context +ret_type rewrite_event rijndael_ctx rm_detail_t |