projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b67fe1
)
Remove unused variable. (Hey Peter, you use gcc, why didn't you
author
Tom Lane
Mon, 3 Jul 2000 03:27:31 +0000
(
03:27
+0000)
committer
Tom Lane
Mon, 3 Jul 2000 03:27:31 +0000
(
03:27
+0000)
notice this warning?)
src/backend/utils/init/postinit.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/init/postinit.c
b/src/backend/utils/init/postinit.c
index 813eb1311744d36c138fa1f016035e69725e76ce..0d5d070c8db80330b01693522e591ffd1fa5e196 100644
(file)
--- a/
src/backend/utils/init/postinit.c
+++ b/
src/backend/utils/init/postinit.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.6
1 2000/07/02 15:20:56 petere
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.6
2 2000/07/03 03:27:31 tgl
Exp $
*
*
*-------------------------------------------------------------------------
@@
-257,7
+257,6
@@
InitPostgres(const char *dbname)
}
else
{
- char *reason;
char *fullpath,
datpath[MAXPGPATH];