Skip to content

Commit 44582cd

Browse files
committed
Temporary solution for XLogDir breakage.
1 parent 1be0143 commit 44582cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/tcop/postgres.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.278 2002/08/04 06:26:33 thomas Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.279 2002/08/04 23:56:01 tgl Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -1547,7 +1547,6 @@ PostgresMain(int argc, char *argv[], const char *username)
15471547
SetXLogDir(potential_XLogDir);
15481548
}
15491549
Assert(DataDir);
1550-
Assert(strlen(XLogDir) > 0);
15511550

15521551
/*
15531552
* Set up signal handlers and masks.
@@ -1702,7 +1701,7 @@ PostgresMain(int argc, char *argv[], const char *username)
17021701
if (!IsUnderPostmaster)
17031702
{
17041703
puts("\nPOSTGRES backend interactive interface ");
1705-
puts("$Revision: 1.278 $ $Date: 2002/08/04 06:26:33 $\n");
1704+
puts("$Revision: 1.279 $ $Date: 2002/08/04 23:56:01 $\n");
17061705
}
17071706

17081707
/*

0 commit comments

Comments
 (0)