Re: [PATCH] pg_ctl should not truncate command lines at 1024 characters

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Phil Krylov <phil@krylov.eu>
Cc: pgsql-hackers@postgresql.org
Date: 2021-09-04T01:06:15Z
Lists: pgsql-hackers
Phil Krylov <phil@krylov.eu> writes:
> Attaching the new version, with the test case and free-before-exit 
> removed.

Pushed with minor cosmetic adjustments.  Thanks for the patch!

			regards, tom lane



Commits

  1. Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.