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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *)
Date: 2009-01-06 15:38:44
Message-ID: 20090106153844.4D1C1754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-06 15:51:38 pgsql: Revert the default toast compression strategy to the former
Previous Message Heikki Linnakangas 2009-01-06 14:56:14 pgsql: Fix logic in lazy vacuum to decide if it's worth trying to