pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl
Date: 2012-10-19 17:41:10
Message-ID: E1TPGZK-0000Aj-5d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/645984e40c6a8c892bca5c27a5b381554ea1d3f1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-19 19:25:15 pgsql: Fix hash_search to avoid corruption of the hash table on out-of-
Previous Message Simon Riggs 2012-10-19 08:57:53 pgsql: Fix orphan on cancel of drop index concurrently.