mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Removed abort() in XLogFileOpen.
This commit is contained in:
parent
0e39c8ac78
commit
35273825dc
@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.51 2001/01/24 19:42:51 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.52 2001/02/13 08:44:09 vadim Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1015,7 +1015,6 @@ XLogFileOpen(uint32 log, uint32 seg, bool econt)
|
|||||||
logId, logSeg);
|
logId, logSeg);
|
||||||
return (fd);
|
return (fd);
|
||||||
}
|
}
|
||||||
abort();
|
|
||||||
elog(STOP, "open(logfile %u seg %u) failed: %m",
|
elog(STOP, "open(logfile %u seg %u) failed: %m",
|
||||||
logId, logSeg);
|
logId, logSeg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user