Thread: pgsql-server/ oc/src/sgml/libpq.sgml rc/bin/ps ...

pgsql-server/ oc/src/sgml/libpq.sgml rc/bin/ps ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/03/24 21:44:36

Modified files:
    doc/src/sgml   : libpq.sgml
    src/bin/psql   : common.c
    src/interfaces/ecpg/ecpglib: execute.c
    src/interfaces/libpgtcl: pgtclId.c
    src/interfaces/libpq: fe-exec.c libpq-fe.h
    src/interfaces/python: pgmodule.c
    src/test/examples: testlibpq2.c

Log message:
    Use PQfreemem() consistently, and document its use for Notify.

    Keep PQfreeNotify() around for binary compatibility.