diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-01-30 10:51:20 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-01-30 10:52:50 +0200 |
commit | dbeca61c3535af2613000c4492848ca6da8a902f (patch) | |
tree | ae3b8a9c09e43a69d5dbf40c58b1e66f299b0270 /src | |
parent | e54f75722c720b596ec5e72154cc899da199de5b (diff) | |
download | postgresql-dbeca61c3535af2613000c4492848ca6da8a902f.tar.gz postgresql-dbeca61c3535af2613000c4492848ca6da8a902f.zip |
Remove leftover reference to "indirect blocks" in comment.
Peter Geoghegan
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/sort/logtape.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/sort/logtape.c b/src/backend/utils/sort/logtape.c index f6a9dba97da..83e94245374 100644 --- a/src/backend/utils/sort/logtape.c +++ b/src/backend/utils/sort/logtape.c @@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size) * Rewind logical tape and switch from reading to writing. * * NOTE: we assume the caller has read the tape to the end; otherwise - * untouched data and indirect blocks will not have been freed. We - * could add more code to free any unread blocks, but in current usage - * of this module it'd be useless code. + * untouched data will not have been freed. We could add more code to free + * any unread blocks, but in current usage of this module it'd be useless + * code. */ void LogicalTapeRewindForWrite(LogicalTapeSet *lts, int tapenum) |