Re: Moving of INT64_FORMAT to c.h

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Jan Wieck <jan(at)wi3ck(dot)info>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Moving of INT64_FORMAT to c.h
Date: 2014-10-16 12:08:07
Message-ID: 20141016120807.GD21348@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2014-10-16 08:04:17 -0400, Jan Wieck wrote:
> Hi,
>
> PostgreSQL has for ages defined INT64_FORMAT and UINT64_FORMAT in
> pg_config.h. This commit
>
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=ce486056ecd28050
>
> moved those definitions to c.h, which breaks compilation of all released
> Slony-I versions against current master. Can those be moved back to where
> they used to be?

Well, you could add additional configure stuff to also emit what you
want.

> Slony uses the definitions in external tools, like slon and slonik, to
> format sequence numbers in log output.

Then it should include c.h/postgres_fe.h?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2014-10-16 12:21:53 Re: Additional role attributes && superuser review
Previous Message Jan Wieck 2014-10-16 12:04:17 Moving of INT64_FORMAT to c.h