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
994b1cb5
Commit
994b1cb5
authored
Feb 09, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add $PostgreSQL$ marker to contrib makefiles.
parent
f4427117
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
8 deletions
+14
-8
contrib/adminpack/Makefile
contrib/adminpack/Makefile
+2
-0
contrib/btree_gist/Makefile
contrib/btree_gist/Makefile
+1
-0
contrib/hstore/Makefile
contrib/hstore/Makefile
+2
-2
contrib/ltree/Makefile
contrib/ltree/Makefile
+2
-0
contrib/pg_standby/Makefile
contrib/pg_standby/Makefile
+1
-0
contrib/pg_trgm/Makefile
contrib/pg_trgm/Makefile
+1
-4
contrib/sslinfo/Makefile
contrib/sslinfo/Makefile
+2
-0
contrib/tablefunc/Makefile
contrib/tablefunc/Makefile
+2
-0
contrib/xml2/Makefile
contrib/xml2/Makefile
+1
-2
No files found.
contrib/adminpack/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $
MODULE_big
=
adminpack
MODULE_big
=
adminpack
PG_CPPFLAGS
=
-I
$(libpq_srcdir)
PG_CPPFLAGS
=
-I
$(libpq_srcdir)
DATA_built
=
adminpack.sql
DATA_built
=
adminpack.sql
...
...
contrib/btree_gist/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $
MODULE_big
=
btree_gist
MODULE_big
=
btree_gist
...
...
contrib/hstore/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
subdir
=
contrib/hstore
subdir
=
contrib/hstore
top_builddir
=
../..
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
...
@@ -14,5 +16,3 @@ DOCS = README.hstore
...
@@ -14,5 +16,3 @@ DOCS = README.hstore
REGRESS
=
hstore
REGRESS
=
hstore
include
$(top_srcdir)/contrib/contrib-global.mk
include
$(top_srcdir)/contrib/contrib-global.mk
# DO NOT DELETE
contrib/ltree/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $
PG_CPPFLAGS
=
-DLOWER_NODE
PG_CPPFLAGS
=
-DLOWER_NODE
MODULE_big
=
ltree
MODULE_big
=
ltree
OBJS
=
ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o
\
OBJS
=
ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o
\
...
...
contrib/pg_standby/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $
PROGRAM
=
pg_standby
PROGRAM
=
pg_standby
OBJS
=
pg_standby.o
OBJS
=
pg_standby.o
...
...
contrib/pg_trgm/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
PG_CPPFLAGS
=
-I
.
PG_CPPFLAGS
=
-I
.
...
@@ -19,7 +20,3 @@ top_builddir = ../..
...
@@ -19,7 +20,3 @@ top_builddir = ../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
include
$(top_srcdir)/contrib/contrib-global.mk
include
$(top_srcdir)/contrib/contrib-global.mk
endif
endif
# DO NOT DELETE
contrib/sslinfo/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
MODULE_big
=
sslinfo
MODULE_big
=
sslinfo
OBJS
=
sslinfo.o
OBJS
=
sslinfo.o
DATA_built
=
sslinfo.sql
DATA_built
=
sslinfo.sql
...
...
contrib/tablefunc/Makefile
View file @
994b1cb5
# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $
MODULES
=
tablefunc
MODULES
=
tablefunc
DATA_built
=
tablefunc.sql
DATA_built
=
tablefunc.sql
DATA
=
uninstall_tablefunc.sql
DATA
=
uninstall_tablefunc.sql
...
...
contrib/xml2/Makefile
View file @
994b1cb5
#
This makefile will build the new XML and XSLT routines.
#
$PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
MODULE_big
=
pgxml
MODULE_big
=
pgxml
...
@@ -23,4 +23,3 @@ top_builddir = ../..
...
@@ -23,4 +23,3 @@ top_builddir = ../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
include
$(top_srcdir)/contrib/contrib-global.mk
include
$(top_srcdir)/contrib/contrib-global.mk
endif
endif
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