mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.13 1997/03/12 21:10:53 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.14 1997/03/18 21:30:39 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -50,7 +50,8 @@ elog(int lev, const char *fmt, ... )
|
||||
#if !defined(BSD44_derived) && \
|
||||
!defined(bsdi) && \
|
||||
!defined(bsdi_2_1) && \
|
||||
!defined(linuxalpha)
|
||||
!defined(linuxalpha) && \
|
||||
!defined(__GLIBC__)
|
||||
extern char *sys_errlist[];
|
||||
#endif /* bsd derived */
|
||||
#ifndef PG_STANDALONE
|
||||
|
Reference in New Issue
Block a user