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 680d465 commit e8cb935Copy full SHA for e8cb935
src/bin/psql/prompt.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.20 2001/08/24 16:59:10 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.21 2001/08/24 19:59:54 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "prompt.h"
@@ -129,7 +129,7 @@ get_prompt(promptStatus_t status)
129
if (*p == 'm')
130
buf[strcspn(buf, ".")] = '\0';
131
}
132
-#ifndef HAVE_UNIX_SOCKETS
+#ifdef HAVE_UNIX_SOCKETS
133
/* UNIX socket */
134
else
135
{
0 commit comments