diff options
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
-rw-r--r-- | src/backend/executor/nodeAgg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeAgg.c b/src/backend/executor/nodeAgg.c index cfadef09420..a8a57b70633 100644 --- a/src/backend/executor/nodeAgg.c +++ b/src/backend/executor/nodeAgg.c @@ -3004,7 +3004,7 @@ hashagg_batch_new(LogicalTape *input_tape, int setno, } /* - * read_spilled_tuple + * hashagg_batch_read * read the next tuple from a batch's tape. Return NULL if no more. */ static MinimalTuple |