diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2016-01-07 19:58:47 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2016-01-07 19:58:47 +0000 |
commit | 433061043695cb1661743d544689f34e707dd530 (patch) | |
tree | bdb61088be11f66199abd9db3afcc9a38d666f41 /databases/postgresql95-server/files/patch-src-backend-Makefile | |
parent | Quickly fix a stupid typo made in previous commit. (diff) |
The PostgreSQL Global Development Group announces the
release of PostgreSQL 9.5.
This release adds UPSERT capability, Row Level Security,
and multiple Big Data features, which will broaden the
user base for the world's most advanced database.
With these new capabilities, PostgreSQL will be
the best choice for even more applications for startups,
large corporations, and government agencies.
Release Notes:
http://www.postgresql.org/docs/current/static/release-9-5.html
What's New in 9.5:
https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5
Notes
Notes:
svn path=/head/; revision=405482
Diffstat (limited to 'databases/postgresql95-server/files/patch-src-backend-Makefile')
-rw-r--r-- | databases/postgresql95-server/files/patch-src-backend-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql95-server/files/patch-src-backend-Makefile b/databases/postgresql95-server/files/patch-src-backend-Makefile new file mode 100644 index 000000000000..6d6fb0ce660b --- /dev/null +++ b/databases/postgresql95-server/files/patch-src-backend-Makefile @@ -0,0 +1,11 @@ +--- src/backend/Makefile.orig 2009-07-07 15:58:33.000000000 +0200 ++++ src/backend/Makefile 2009-07-07 15:58:57.000000000 +0200 +@@ -107,6 +107,8 @@ + # Update the commonly used headers before building the subdirectories + $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h + ++symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h ++ + + # The postgres.o target is needed by the rule in Makefile.global that + # creates the exports file when MAKE_EXPORTS = true. |