pgsql: Restore comment at appendShellString().

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restore comment at appendShellString().
Date: 2026-06-30 02:42:05
Message-ID: E1weOQI-000jE9-0S@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restore comment at appendShellString().

Commit b380a56a3f9556588a89013b765d67947d54f7d0 removed a paragraph, but
two of the paragraph's three sentences remained relevant.

Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cfa573cf8cbdcbf7cbcae34911bd1ee292abdd2f

Modified Files
--------------
src/fe_utils/string_utils.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-06-30 03:48:14 pgsql: Change stat_lock.wait_time to double precision
Previous Message Fujii Masao 2026-06-30 01:38:11 pgsql: Remove stray blank line in ParseFuncOrColumn()