mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Pre-beta2 mechanical code beautification.
Run pgindent and pgperltidy. It seems we're still some ways away from all committers doing this automatically. Now that we have a buildfarm animal that will whine about poorly-indented code, we'll try to keep the tree more tidy. Discussion: https://postgr.es/m/3156045.1687208823@sss.pgh.pa.us
This commit is contained in:
@@ -1197,9 +1197,9 @@ standby_redo(XLogReaderState *record)
|
||||
/*
|
||||
* The startup process currently has no convenient way to schedule
|
||||
* stats to be reported. XLOG_RUNNING_XACTS records issued at a
|
||||
* regular cadence, making this a convenient location to report
|
||||
* stats. While these records aren't generated with wal_level=minimal,
|
||||
* stats also cannot be accessed during WAL replay.
|
||||
* regular cadence, making this a convenient location to report stats.
|
||||
* While these records aren't generated with wal_level=minimal, stats
|
||||
* also cannot be accessed during WAL replay.
|
||||
*/
|
||||
pgstat_report_stat(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user