postgresql/src/bin
Michael Paquier 8bf5af2ee6 Fix small memory leak in psql's \bind command
psql_scan_slash_option() returns a malloc()'d result through a
PQExpBuffer, and exec_command_bind() was doing an extra allocation of
this option for no effect.

Introduced in 5b66de3.

Author: Kyotaro Horiguchi
Reviewed-by: Corey Huinker
Discussion: https://postgr.es/m/20230221.115555.89096938631423206.horikyota.ntt@gmail.com
2023-02-22 14:22:13 +09:00
..
initdb
pg_amcheck
pg_archivecleanup
pg_basebackup Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
pg_checksums
pg_config
pg_controldata
pg_ctl
pg_dump Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
pg_resetwal
pg_rewind Add wait_for_replay_catchup wrapper to Cluster.pm 2023-02-13 11:52:19 +01:00
pg_test_fsync
pg_test_timing
pg_upgrade Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
pg_verifybackup Add support for progress reporting to pg_verifybackup 2023-02-06 14:40:31 +09:00
pg_waldump
pgbench pgbench: Prepare commands in pipelines in advance 2023-02-21 10:56:37 +01:00
pgevent
psql Fix small memory leak in psql's \bind command 2023-02-22 14:22:13 +09:00
scripts
Makefile
meson.build