pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h
Date
Msg-id 20020424024419.D2C56474E71@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/23 22:44:19

Modified files:
    src/bin/pg_dump: common.c pg_dump.c pg_dump.h

Log message:
    The attached patch cleans up some code in pg_dump. It cuts some
    unused function arguments, and makes the TableInfo struct slightly
    smaller by removing an unnecessary member.

    Neil Conway <neilconway@rogers.com>


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/contrib/vacuumlo vacuumlo.c