diff options
| author | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
| commit | 4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch) | |
| tree | 5c91dead4db4240f387ec65fb1a21194d79522ce /src/backend/utils/init/postinit.c | |
| parent | d79bb2fd0ee968602421a1a8d87700204f070d52 (diff) | |
| download | postgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.tar.gz | |
Compile and warning cleanup
Diffstat (limited to 'src/backend/utils/init/postinit.c')
| -rw-r--r-- | src/backend/utils/init/postinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index 430bfb04ec..c4fdbd8725 100644 --- a/src/backend/utils/init/postinit.c +++ b/src/backend/utils/init/postinit.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.4 1996/11/06 10:31:59 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.5 1996/11/08 06:00:33 momjian Exp $ * * NOTES * InitPostgres() is the function called from PostgresMain @@ -325,7 +325,7 @@ InitCommunication() char *getenv(); /* XXX style */ char *postid; char *postport; - IPCKey key; + IPCKey key = 0; /* ---------------- * try and get the backend tag from POSTID |
