We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a945f commit b25a513Copy full SHA for b25a513
src/backend/utils/misc/database.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.19 1998/09/01 04:33:30 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.20 1998/09/03 02:32:41 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -34,7 +34,7 @@
34
#include "mb/pg_wchar.h"
35
#endif
36
37
-#ifdef 0
+#ifdef NOT_USED
38
/* GetDatabaseInfo()
39
* Pull database information from pg_database.
40
0 commit comments