why in appendShellStringNoError() loop still continues even after it found CR or LF?

From: Srinath Reddy <srinath2133(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: why in appendShellStringNoError() loop still continues even after it found CR or LF?
Date: 2025-03-29 12:36:37
Message-ID: CAFC+b6qsXGeO4m=BCUS4LN1nQWPBND2DVygH1zNC=Qzvk-FixQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

./psql postgres
postgres=# BEGIN;

Hi,

i have naive doubt $SUBJECT,AFAIK The reasoning would be this function is
designed to silently filter out \n and \r while still producing a usable
shell-safe argument. It informs the caller of the issue (false return
value) but does not abruptly stop execution,then the caller will decide
what to do but every place this function is called they are just throwing
the error.
if theres no proper reason to loop and continue we can use strpbrk and
return false when we found \n or \r.

thoughts?

May the force be with you,
Srinath Reddy Sadipiralla
EDB: https://www.enterprisedb.com/

postgres=*# COMMIT;
postgres=# \q

Browse pgsql-hackers by date

  From Date Subject
Next Message Kirill Reshke 2025-03-29 12:38:15 Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).
Previous Message Ryo Kanbayashi 2025-03-29 12:19:16 Re: [PATCH] PGSERVICEFILE as part of a normal connection string