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
14352a3e
Commit
14352a3e
authored
Oct 31, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.h files shouldn't include .h files, .c files should contain .h files...
remove postgres.h from fmgr.h creation
parent
081fd70d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/Gen_fmgrtab.sh
+3
-5
No files found.
src/backend/utils/Gen_fmgrtab.sh
View file @
14352a3e
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
3 1996/07/22 21:55:40
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
4 1996/10/31 07:37:57
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.
3 1996/07/22 21:55:40
scrappy Exp $
*
$Id
: Gen_fmgrtab.sh,v 1.
4 1996/10/31 07:37:57
scrappy Exp $
*
* NOTES
* ******************************
...
...
@@ -96,8 +96,6 @@ cat > $HFILE <<FuNkYfMgRsTuFf
#ifndef FMGR_H
#define FMGR_H
#include "postgres.h" /* for some prototype typedefs */
/*
* Maximum number of arguments for a built-in function.
*
...
...
@@ -175,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
*
*
* IDENTIFICATION
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
3 1996/07/22 21:55:40
scrappy Exp $
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.
4 1996/10/31 07:37:57
scrappy Exp $
*
* NOTES
*
...
...
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