mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix typos in commit 05d4cbf9b6.
Reported by Justin Pryzby. Discussion: http://postgr.es/m/20220927185121.GE6256@telsasoft.com
This commit is contained in:
@@ -796,7 +796,7 @@ SetNextRelFileNumber(RelFileNumber relnumber)
|
||||
* (This is less efficient than GetNewRelFileNumber, which arranges to
|
||||
* log some new relfilenumbers before the old batch is exhausted in the
|
||||
* hope that a flush will happen in the background before any values are
|
||||
* needed from the new batch. However, since thais is only used during
|
||||
* needed from the new batch. However, since this is only used during
|
||||
* binary upgrade, it shouldn't really matter.)
|
||||
*/
|
||||
if (relnumber >= ShmemVariableCache->flushedRelFileNumber)
|
||||
|
||||
Reference in New Issue
Block a user