diff options
| author | Peter Eisentraut | 2000-01-15 02:59:43 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-01-15 02:59:43 +0000 |
| commit | 1cd4c141167131f0739a654c6f703fc1a5154f0f (patch) | |
| tree | 2459cd9f0bc38d80b6038a877603af9ae3fdb988 /src/backend/bootstrap | |
| parent | 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c (diff) | |
Fixed all elog related warnings, as well as a few others.
Diffstat (limited to 'src/backend/bootstrap')
| -rw-r--r-- | src/backend/bootstrap/bootstrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index c07210bc5e..8e9f125996 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,7 +7,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.76 2000/01/11 04:00:30 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.77 2000/01/15 02:59:27 petere Exp $ * *------------------------------------------------------------------------- */ @@ -771,7 +771,7 @@ cleanup() beenhere = 1; else { - elog(FATAL, "Memory manager fault: cleanup called twice.\n", stderr); + elog(FATAL, "Memory manager fault: cleanup called twice.\n"); proc_exit(1); } if (reldesc != (Relation) NULL) |
