Matt Benjamin <[EMAIL PROTECTED]> writes:
> I found that on my (relatively typical, for a certain type of
> installation) sparc Solaris 8 installation, STDC_HEADERS ended up
> undefined in config.h.
Hmm ... it'd probably be useful to see the config.log contents
to figure out why that's happenin
I don't think this is really a bug, however, maybe it is something for the
Solaris FAQ?
I found that on my (relatively typical, for a certain type of
installation) sparc Solaris 8 installation, STDC_HEADERS ended up
undefined in config.h.
I noticed on the web that this happens to people from
postgresql 7.0.3 on RedHat 7.0
--
create table whois (domain text, version integer);
CREATE
theo=# create unique index whois_idx on whois (domain,version);
CREATE
theo=# insert into whois values ('mydomain.co.za', 0);
INSERT 18829 1
theo=# insert into whois values ('my