pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl
Date
Msg-id E1TPGZK-0000Ap-5V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.

Per bug #7615 from Marko Tiikkaja.  Apparently nobody ever tried this
case before ...

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/44ee57a6f28ded67a47b55686efc353e1c9e21d9

Modified Files
--------------
src/backend/utils/adt/ruleutils.c |   18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Provide some static-assertion functionality on all compilers.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl