Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c19b247a
Commit
c19b247a
authored
Jan 24, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure
parent
f12c5f89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/backend/bootstrap/bootstrap.c
src/backend/bootstrap/bootstrap.c
+2
-2
src/include/config.h
src/include/config.h
+3
-2
No files found.
src/backend/bootstrap/bootstrap.c
View file @
c19b247a
...
...
@@ -7,7 +7,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.1
4 1997/01/14 08:04:42 bryanh
Exp $
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.1
5 1997/01/24 22:42:30 scrappy
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -191,7 +191,7 @@ static char *values[MAXATTR]; /* cooresponding attribute values */
int
numattr
;
/* number of attributes for cur. rel */
extern
int
fsyncOff
;
/* do not fsync the database */
#if
def NEED_SIG_
JMP
#if
ndef HAVE_SIGSET
JMP
static
jmp_buf
Warn_restart
;
#define sigsetjmp(x,y) setjmp(x)
#define siglongjmp longjmp
...
...
src/include/config.h
View file @
c19b247a
...
...
@@ -11,6 +11,7 @@
#define HAVE_VALUES_H
#define HAVE_MEMMOVE
#define HAVE_TERMIOS_H
#define HAVE_SIGSETJMP
#if defined(aix)
# undef HAVE_TERMIOS_H
...
...
@@ -143,7 +144,7 @@
# define NO_SIGACTION
# define NO_SETSID
# define NO_SIGPROCMASK
#
define NEED_SIG_
JMP
#
undef HAVE_SIGSET
JMP
# endif
# define HAVE_LIMITS_H
...
...
@@ -189,7 +190,7 @@ typedef unsigned char slock_t;
#if defined(win32)
# define JMP_BUF
#
define NEED_SIG_
JMP
#
undef HAVE_SIGSET
JMP
# define NO_UNISTD_H
# define USES_WINSOCK
# define NOFILE 100
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment