Thread: pgsql-server/src backend/utils/adt/lockfuncs.c ...

pgsql-server/src backend/utils/adt/lockfuncs.c ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/27 00:00:29

Modified files:
    src/backend/utils/adt: lockfuncs.c
    src/bin/initdb : initdb.sh
    src/include/catalog: catversion.h pg_proc.h

Log message:
    This patch updates the lock listing code to use Joe Conway's new
    anonymous return type SRF code. It gets rid of the superflous
    'pg_locks_result' that Bruce/Tom had commented on. Otherwise, no
    changes in functionality.

    Neil Conway