mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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
This commit is contained in:
parent
7ccb2f54d9
commit
e02ad575d8
@ -1858,9 +1858,9 @@ _bt_killitems(IndexScanDesc scan)
|
|||||||
* Mark index item as dead, if it isn't already. Since this
|
* Mark index item as dead, if it isn't already. Since this
|
||||||
* happens while holding a buffer lock possibly in shared mode,
|
* happens while holding a buffer lock possibly in shared mode,
|
||||||
* it's possible that multiple processes attempt to do this
|
* it's possible that multiple processes attempt to do this
|
||||||
* simultaneously, leading to multiple full-page images being
|
* simultaneously, leading to multiple full-page images being sent
|
||||||
* set to WAL (if wal_log_hints or data checksums are enabled),
|
* to WAL (if wal_log_hints or data checksums are enabled), which
|
||||||
* which is undesirable.
|
* is undesirable.
|
||||||
*/
|
*/
|
||||||
if (killtuple && !ItemIdIsDead(iid))
|
if (killtuple && !ItemIdIsDead(iid))
|
||||||
{
|
{
|
||||||
|
@ -2212,6 +2212,7 @@ SeqScanState
|
|||||||
SeqTable
|
SeqTable
|
||||||
SeqTableData
|
SeqTableData
|
||||||
SerCommitSeqNo
|
SerCommitSeqNo
|
||||||
|
SerialControl
|
||||||
SerializableXactHandle
|
SerializableXactHandle
|
||||||
SerializedActiveRelMaps
|
SerializedActiveRelMaps
|
||||||
SerializedReindexState
|
SerializedReindexState
|
||||||
@ -3291,6 +3292,7 @@ remoteDep
|
|||||||
rendezvousHashEntry
|
rendezvousHashEntry
|
||||||
replace_rte_variables_callback
|
replace_rte_variables_callback
|
||||||
replace_rte_variables_context
|
replace_rte_variables_context
|
||||||
|
ret_type
|
||||||
rewrite_event
|
rewrite_event
|
||||||
rijndael_ctx
|
rijndael_ctx
|
||||||
rm_detail_t
|
rm_detail_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user