From: | Hari Babu <haribabu(dot)kommi(at)huawei(dot)com> |
---|---|
To: | "'PostgreSQL-development'" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | compliation error in 9.3 devel |
Date: | 2012-12-24 06:56:15 |
Message-ID: | 000801cde1a3$c4e4f2f0eaed8d0$@kommi@huawei.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The following commit is causing some compilation errors.
c504513f83a9ee8dce4a719746ca73102cae9f13
Error:
../../../src/include/catalog/pg_aggregate.h:246: error: previous declaration
of AggregateCreate was here
make: *** [pg_aggregate.o] Error 1
Author: Robert Haas <rhaas(at)postgresql(dot)org> 2012-12-24 04:55:03
Committer: Robert Haas <rhaas(at)postgresql(dot)org> 2012-12-24 05:07:58
Parent: 31bc839724439440b2e94ea616b28ce5be94e19c (Prevent failure when
RowExpr or XmlExpr is parse-analyzed twice.)
Child: 0000000000000000000000000000000000000000 (Local uncommitted changes,
not checked in to index)
Branches: Truncate-trailing-null-columns, master
Follows: REL9_2_BETA2
Precedes:
Adjust many backend functions to return OID rather than void.
Extracted from a larger patch by Dimitri Fontaine. It is hoped that
this will provide infrastructure for enriching the new event trigger
functionality, but it seems possibly useful for other purposes as
well.
Regards,
Hari babu.
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2012-12-24 13:13:23 | Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review] |
Previous Message | Tomas Vondra | 2012-12-24 01:41:37 | Re: PATCH: optimized DROP of multiple tables within a transaction |