OSDN Git Service

Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 15:38:44 +0000 (15:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 15:38:44 +0000 (15:38 +0000)
commit075ac80d72cf2669f4b94d3a6808b2477f7ea611
treef62fd5866c819494b31c01951469c5dcaefa65b6
parent7ffe657225ad38b912688769ffb58e3d450ef17d
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.
configure
configure.in
src/include/pg_config.h.in