Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3527382

Browse files
committed
Removed abort() in XLogFileOpen.
1 parent 0e39c8a commit 3527382

File tree

1 file changed

+1
-2
lines changed
  • src/backend/access/transam

1 file changed

+1
-2
lines changed

src/backend/access/transam/xlog.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.51 2001/01/24 19:42:51 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.52 2001/02/13 08:44:09 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -1015,7 +1015,6 @@ XLogFileOpen(uint32 log, uint32 seg, bool econt)
10151015
logId, logSeg);
10161016
return (fd);
10171017
}
1018-
abort();
10191018
elog(STOP, "open(logfile %u seg %u) failed: %m",
10201019
logId, logSeg);
10211020
}

0 commit comments

Comments
 (0)