Moving of INT64_FORMAT to c.h

From: Jan Wieck <jan(at)wi3ck(dot)info>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Moving of INT64_FORMAT to c.h
Date: 2014-10-16 12:04:17
Message-ID: 543FB441.7020804@wi3ck.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

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

Regards,
Jan

--
Jan Wieck
Senior Software Engineer
http://slony.info

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-10-16 12:08:07 Re: Moving of INT64_FORMAT to c.h
Previous Message Ryan Johnson 2014-10-16 12:03:20 Re: WIP: dynahash replacement for buffer table