[PATCH] Move 'long long' check to c.h - Mailing list pgsql-hackers

From Stephen Frost
Subject [PATCH] Move 'long long' check to c.h
Date
Msg-id 20100523032050.GA21875@tamriel.snowman.net
Whole thread Raw
Responses Re: [PATCH] Move 'long long' check to c.h
Re: [PATCH] Move 'long long' check to c.h
List 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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Specification for Trusted PLs?
Next
From: Robert Haas
Date:
Subject: mapping object names to role IDs