aboutsummaryrefslogtreecommitdiff
path: root/src/database_postgres.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/database_postgres.cc')
-rw-r--r--src/database_postgres.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database_postgres.cc b/src/database_postgres.cc
index 241637a..37c1cc4 100644
--- a/src/database_postgres.cc
+++ b/src/database_postgres.cc
@@ -1093,7 +1093,7 @@ const char *PrepareQuery(TDatabase *Database, const char *Text){
Stmt->Text = strdup(Text);
ASSERT(Stmt->Text != NULL);
-#if 1 // DEBUG_STATEMENT_CACHE
+#if DEBUG_STATEMENT_CACHE
{
char Preview[30];
StringBufCopyEllipsis(Preview, Text);