pgsql: Applied patch by ITAGAKI Takahiro - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Applied patch by ITAGAKI Takahiro
Date
Msg-id 20081217165207.4B1C07563FE@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to
fix segfault on non-glibc systems.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.393 -> r1.394)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.393&r2=1.394)
    pgsql/src/interfaces/ecpg/ecpglib:
        connect.c (r1.51 -> r1.52)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/connect.c?r1=1.51&r2=1.52)
    pgsql/src/interfaces/ecpg/test/expected:
        connect-test1-minGW32.stderr (r1.2 -> r1.3)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/connect-test1-minGW32.stderr?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Don't reset pg_class.reltuples and relpages in VACUUM, if any
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: plproxy - plproxy: Clear ->tuning bit on connection close.