pgsql: Support for DragonFly BSD - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Support for DragonFly BSD
Date
Msg-id E1PurXv-0003on-A6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Support for DragonFly BSD

Mapped to NetBSD, the closest existing match.  (Even though DragonFly
BSD is derived from FreeBSD, the shared library version numbering
matches NetBSD, and the rest is mostly the same among all BSD
variants.)

per "Rumko"

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6094c242d1ee40a08f3138811425d7540e8269e4

Modified Files
--------------
configure    |    1 +
configure.in |    1 +
2 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T
Next
From: Tom Lane
Date:
Subject: pgsql: Add KNNGIST support to contrib/btree_gist.