@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $ Header : / cvsroot / pgsql / src / backend / tcop / postgres . c , v 1.105 1999 / 03 / 17 22 : 53 : 18 momjian Exp $
* $ Header : / cvsroot / pgsql / src / backend / tcop / postgres . c , v 1.106 1999 / 03 / 22 16 : 45 : 27 momjian Exp $
*
*
* NOTES
* NOTES
* this is the " main " module of the postgres backend and
* this is the " main " module of the postgres backend and
@ -142,7 +142,7 @@ jmp_buf Warn_restart;
# define sigsetjmp(x,y) setjmp(x)
# define sigsetjmp(x,y) setjmp(x)
# define siglongjmp longjmp
# define siglongjmp longjmp
# else
# else
sigjmp_buf Warn_restart ;
DLLIMPORT sigjmp_buf Warn_restart ;
# endif /* defined(nextstep) */
# endif /* defined(nextstep) */
bool InError ;
bool InError ;
@ -1531,7 +1531,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[])
if ( ! IsUnderPostmaster )
if ( ! IsUnderPostmaster )
{
{
puts ( " \n POSTGRES backend interactive interface " ) ;
puts ( " \n POSTGRES backend interactive interface " ) ;
puts ( " $Revision: 1.105 $ $Date: 1999/03/17 22:53:18 $ \n " ) ;
puts ( " $Revision: 1.106 $ $Date: 1999/03/22 16:45:27 $ \n " ) ;
}
}
/* ----------------
/* ----------------