Update timezone to C99 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Update timezone to C99
Date
Msg-id 9ad2749f-77ab-4ecb-a321-1ca915480b05@eisentraut.org
Whole thread Raw
Responses Re: Update timezone to C99
List pgsql-hackers
The code in src/timezone/ still contained workarounds for not wanting to 
rely on C99 <stdint.h> and <inttypes.h>, even though the rest of the 
code uses those now.

To fix that, I re-downloaded the upstream code (same version as before), 
applied the fixes described in src/timezone/README, except those related 
to the integer types, and then put back the PostgreSQL-specific code and 
massaged things to remove irrelevant differences.  There were a few 
other minor and cosmetic changes that I left in to improve alignment 
with upstream.

Patch attached.  Seems to work.

Attachment

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement
Next
From: Manni Wood
Date:
Subject: Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement