[PATCH] Move 'long long' check to c.h

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Move 'long long' check to c.h
Date: 2010-05-23 03:20:50
Message-ID: 20100523032050.GA21875@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

While reviewing bfba40e2c7b3909d3de13bd1b83b7e85fa8dfec2 (mmm, we like
git diff -p), I noted that c.h is already included by both extern.h
and ecpg.header through postgres_fe.h. Given this and that we're
already doing alot of similar #define's there (unlike in those other
files), I felt c.h was a more appropriate place. Putting it in c.h
also means we don't have to duplicate that code.

Patch attached.

Thanks,

Stephen

Attachment Content-Type Size
pg-long-long.patch text/x-diff 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-05-23 04:50:32 mapping object names to role IDs
Previous Message Robert Haas 2010-05-23 03:09:42 Re: Specification for Trusted PLs?