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
636edd55
Commit
636edd55
authored
Apr 28, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blank line Makefile cleanups.
parent
a4278fd8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
contrib/pg_trgm/Makefile
contrib/pg_trgm/Makefile
+1
-2
contrib/pgrowlocks/Makefile
contrib/pgrowlocks/Makefile
+1
-2
contrib/pgstattuple/Makefile
contrib/pgstattuple/Makefile
+1
-2
No files found.
contrib/pg_trgm/Makefile
View file @
636edd55
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.
9 2007/11/10 23:59:51
momjian Exp $
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.
10 2009/04/28 17:07:50
momjian Exp $
MODULE_big
=
pg_trgm
MODULE_big
=
pg_trgm
OBJS
=
trgm_op.o trgm_gist.o trgm_gin.o
OBJS
=
trgm_op.o trgm_gist.o trgm_gin.o
...
@@ -7,7 +7,6 @@ DATA_built = pg_trgm.sql
...
@@ -7,7 +7,6 @@ DATA_built = pg_trgm.sql
DATA
=
uninstall_pg_trgm.sql
DATA
=
uninstall_pg_trgm.sql
REGRESS
=
pg_trgm
REGRESS
=
pg_trgm
ifdef
USE_PGXS
ifdef
USE_PGXS
PG_CONFIG
=
pg_config
PG_CONFIG
=
pg_config
PGXS
:=
$(
shell
$(PG_CONFIG)
--pgxs
)
PGXS
:=
$(
shell
$(PG_CONFIG)
--pgxs
)
...
...
contrib/pgrowlocks/Makefile
View file @
636edd55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# pgrowlocks Makefile
# pgrowlocks Makefile
#
#
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.
5 2007/11/10 23:59:51
momjian Exp $
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.
6 2009/04/28 17:07:50
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -21,4 +21,3 @@ top_builddir = ../..
...
@@ -21,4 +21,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
contrib/pgstattuple/Makefile
View file @
636edd55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# pgstattuple Makefile
# pgstattuple Makefile
#
#
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.
9 2007/11/10 23:59:51
momjian Exp $
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.
10 2009/04/28 17:07:50
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -21,4 +21,3 @@ top_builddir = ../..
...
@@ -21,4 +21,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