We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566480a commit 5437901Copy full SHA for 5437901
src/backend/tcop/postgres.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.518 2006/11/21 20:59:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.519 2006/12/08 02:15:07 neilc Exp $
12
13
* NOTES
14
* this is the "main" module of the postgres backend and
@@ -2233,8 +2233,7 @@ finish_xact_command(void)
2233
2234
#ifdef SHOW_MEMORY_STATS
2235
/* Print mem stats after each commit for leak tracking */
2236
- if (ShowStats)
2237
- MemoryContextStats(TopMemoryContext);
+ MemoryContextStats(TopMemoryContext);
2238
#endif
2239
2240
xact_started = false;
0 commit comments