pgsql: Make the .DEF file generation rules safe against tabs in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make the .DEF file generation rules safe against tabs in
Date
Msg-id 20090827175553.B3CBC75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the .DEF file generation rules safe against tabs in exports.txt.
Per bug #5016, although I think the MSVC build scripts may need a similar fix.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.121 -> r1.122)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.121&r2=1.122)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix handling of autovacuum reloptions.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Modify the definition of window-function PARTITION BY and ORDER