snapshot - src: Changed reference to the constant PG_DATETIME to - Mailing list pgsql-committers

From cunha17@pgfoundry.org (User Cunha17)
Subject snapshot - src: Changed reference to the constant PG_DATETIME to
Date
Msg-id 20081130023103.CB81E17ADE31@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Changed reference to the constant PG_DATETIME to PG_TIMESTAMP since it has been removed on recent DBD::Pg versions.

Modified Files:
--------------
    src/pl:
        map2PgType.pl (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/map2PgType.pl.diff?r1=1.4&r2=1.5)
        getUnifiedSqlType.pl (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/getUnifiedSqlType.pl.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix recently-added array_agg tests to ensure they produce stable
Next
From: cunha17@pgfoundry.org (User Cunha17)
Date:
Subject: snapshot - src: Created our own "type2name" mapping function since