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 bf65d73 commit ec0b1f2Copy full SHA for ec0b1f2
src/backend/utils/init/globals.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/init/globals.c,v 1.89 2004/05/29 22:48:21 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/init/globals.c,v 1.90 2004/05/30 17:58:12 tgl Exp $
12
13
* NOTES
14
* Globals used all over the place should be declared here and not
@@ -53,7 +53,7 @@ char postgres_exec_path[MAXPGPATH]; /* full path to backend */
53
/* note: currently this is not valid in backend processes */
54
#endif
55
56
-BackendId MyBackendId;
+BackendId MyBackendId = InvalidBackendId;
57
58
char *DatabasePath = NULL;
59
Oid MyDatabaseId = InvalidOid;
0 commit comments