diff options
| author | Nathan Bossart <nathan@postgresql.org> | 2025-12-11 15:13:04 -0600 |
|---|---|---|
| committer | Nathan Bossart <nathan@postgresql.org> | 2025-12-11 15:13:04 -0600 |
| commit | b4cbc106a6ced69a0a13a980e1b4b212bb127458 (patch) | |
| tree | 12d340aabe935a8aebf7813fae137d74d3fc8370 /src/backend/utils/sort | |
| parent | 81f72115cf189b0a428d3efca2e4beb02b825111 (diff) | |
Fix some comments.
Like commit 123661427b, these were discovered while reviewing
Aleksander Alekseev's proposed changes to pgindent.
Diffstat (limited to 'src/backend/utils/sort')
| -rw-r--r-- | src/backend/utils/sort/tuplesortvariants.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/sort/tuplesortvariants.c b/src/backend/utils/sort/tuplesortvariants.c index 079a51c474d..a1f5c19ee97 100644 --- a/src/backend/utils/sort/tuplesortvariants.c +++ b/src/backend/utils/sort/tuplesortvariants.c @@ -1132,7 +1132,6 @@ tuplesort_getgintuple(Tuplesortstate *state, Size *len, bool forward) * efficient, but only safe for callers that are prepared to have any * subsequent manipulation of the tuplesort's state invalidate slot contents. * For byval Datums, the value of the 'copy' parameter has no effect. - */ bool tuplesort_getdatum(Tuplesortstate *state, bool forward, bool copy, |
