pgsql: Add dump support for SortBy nodes. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add dump support for SortBy nodes.
Date
Msg-id 20080717160213.27C38754A84@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add dump support for SortBy nodes.  Needed this while debugging a reported
problem with DISTINCT, so might as well commit it.

Modified Files:
--------------
    pgsql/src/backend/nodes:
        outfuncs.c (r1.327 -> r1.328)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c?r1=1.327&r2=1.328)

pgsql-committers by date:

Previous
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgscript - pgScript: autofind and autoclean scripts
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid crashing when a table is deleted while we're on the process