diff options
| author | Nathan Bossart | 2025-12-11 21:13:04 +0000 |
|---|---|---|
| committer | Nathan Bossart | 2025-12-11 21:13:04 +0000 |
| commit | b4cbc106a6ced69a0a13a980e1b4b212bb127458 (patch) | |
| tree | 12d340aabe935a8aebf7813fae137d74d3fc8370 /src/backend/libpq | |
| 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/libpq')
| -rw-r--r-- | src/backend/libpq/pqformat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/libpq/pqformat.c b/src/backend/libpq/pqformat.c index 1cc126772f7..67bdd3d93d0 100644 --- a/src/backend/libpq/pqformat.c +++ b/src/backend/libpq/pqformat.c @@ -307,9 +307,8 @@ pq_endmessage(StringInfo buf) * * The data buffer is *not* freed, allowing to reuse the buffer with * pq_beginmessage_reuse. - -------------------------------- + * -------------------------------- */ - void pq_endmessage_reuse(StringInfo buf) { |
