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
3d53b873
Commit
3d53b873
authored
Jan 06, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More config.h syncing for limits.h
parent
8ec5bd06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/Gen_fmgrtab.sh
+10
-11
No files found.
src/backend/utils/Gen_fmgrtab.sh
View file @
3d53b873
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
7 1996/11/08 20:45:57 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
8 1997/01/06 00:15:26 scrappy
Exp $
#
# NOTES
# Passes any -D options on to cpp prior to generating the list
...
...
@@ -81,7 +81,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
*
* Copyright (c) 1994, Regents of the University of California
*
*
$Id
: Gen_fmgrtab.sh,v 1.
7 1996/11/08 20:45:57 momjian
Exp $
*
$Id
: Gen_fmgrtab.sh,v 1.
8 1997/01/06 00:15:26 scrappy
Exp $
*
* NOTES
* ******************************
...
...
@@ -173,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
*
*
* IDENTIFICATION
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
7 1996/11/08 20:45:57 momjian
Exp $
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
8 1997/01/06 00:15:26 scrappy
Exp $
*
* NOTES
*
...
...
@@ -191,16 +191,15 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
*-------------------------------------------------------------------------
*/
#ifdef WIN32
#include <limits.h>
#
include <limits.h>
#else
# if defined(BSD44_derived) ||
\
defined(bsdi)
# include <machine/limits.h>
# define MAXINT INT_MAX
# if defined(USE_LIMITS_H)
# include <machine/limits.h>
# define MAXINT INT_MAX
# else
#
include <values.h> /* for MAXINT */
# endif
/* bsd descendents */
#endif
/* WIN32 */
#
include <values.h>
# endif
#endif
#include <postgres.h>
#include "utils/fmgrtab.h"
...
...
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