diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-09-27 15:13:34 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-09-27 15:34:17 -0400 |
commit | 4667d97ca624b257f690e8d369b242b380f53a09 (patch) | |
tree | b20142b0cb93e274dc2b038cdd1b2f9515f9ac07 /src/backend/access/transam/varsup.c | |
parent | c8b2ef05f481ef06326d7b9f3eb14b303f215c7e (diff) |
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Reported by Justin Pryzby.
Discussion: http://postgr.es/m/20220927185121.GE6256@telsasoft.com
Diffstat (limited to 'src/backend/access/transam/varsup.c')
-rw-r--r-- | src/backend/access/transam/varsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/varsup.c b/src/backend/access/transam/varsup.c index f99c697c2f5..89da2f44590 100644 --- a/src/backend/access/transam/varsup.c +++ b/src/backend/access/transam/varsup.c @@ -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) |