From: Heikki Linnakangas Date: Mon, 30 Jan 2017 08:51:20 +0000 (+0200) Subject: Remove leftover reference to "indirect blocks" in comment. X-Git-Tag: REL_10_BETA1~989 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbeca61c3535af2613000c4492848ca6da8a902f;p=postgresql Remove leftover reference to "indirect blocks" in comment. Peter Geoghegan --- diff --git a/src/backend/utils/sort/logtape.c b/src/backend/utils/sort/logtape.c index f6a9dba97d..83e9424537 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)