1
0
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:
Robert Haas
2022-09-27 15:13:34 -04:00
parent c8b2ef05f4
commit 4667d97ca6
4 changed files with 5 additions and 5 deletions

View File

@@ -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)