pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates

pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.

2021-09-03 Thread Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Replace fixed-length command buffers with psprintf() calls. We didn't have anything as convenient as psprintf() when this code was written, but now that we do, there's little reason for the limitation to stand. Removing it eliminates