pgsql: Fix the build for when SHOW_MEMORY_STATS is defined. - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Fix the build for when SHOW_MEMORY_STATS is defined.
Date
Msg-id 20061208021508.27FD89F9C35@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix the build for when SHOW_MEMORY_STATS is defined. The reference to
the nonexistent ShowStats variable is simply removed, per Gavin Sherry.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.518 -> r1.519)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.518&r2=1.519)

pgsql-committers by date:

Previous
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: warning handling
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Fix a bug about test button operation.