pgsql: Fix the build for when SHOW_MEMORY_STATS is defined.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the build for when SHOW_MEMORY_STATS is defined.
Date: 2006-12-08 02:15:08
Message-ID: 20061208021508.27FD89F9C35@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2006-12-08 10:47:13 psqlodbc - psqlodbc: Fix a bug about test button operation.
Previous Message User Okbob 2006-12-08 00:57:46 plpsm - plpgpsm: warning handling