pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *)
Date
Msg-id 20090106153844.4D1C1754A1B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much
earlier than all the other sizeof checks, and it certainly fails to follow
the order suggested at the file head.  Rearrange.

Modified Files:
--------------
    pgsql:
        configure (r1.621 -> r1.622)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.621&r2=1.622)
        configure.in (r1.580 -> r1.581)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.580&r2=1.581)
    pgsql/src/include:
        pg_config.h.in (r1.136 -> r1.137)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.136&r2=1.137)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert the default toast compression strategy to the former