pgsql: doc: Flex is not a GNU package

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Flex is not a GNU package
Date: 2017-12-06 02:04:44
Message-ID: E1eMP4m-0002vU-9q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Flex is not a GNU package

Remove the designation that Flex is a GNU package. Even though Bison is
a GNU package, leave out the designation to not make the sentence
unnecessarily complicated.

Author: Pavan Maddamsetti <pavan(dot)maddamsetti(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51cff91c905e3b32c1f9b56d82d5c802b257b157

Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-12-06 03:41:06 pgsql: Adjust regression test cases added by commit ab7271677.
Previous Message Tom Lane 2017-12-06 00:15:18 Re: pgsql: Support Parallel Append plan nodes.