Re: src/backend/commands/sequence.c - Mailing list pgsql-patches

From Tom Lane
Subject Re: src/backend/commands/sequence.c
Date
Msg-id 2661.971542244@sss.pgh.pa.us
Whole thread Raw
In response to src/backend/commands/sequence.c  ("David Reid" <dreid@jetnet.co.uk>)
Responses Re: src/backend/commands/sequence.c  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-patches
"David Reid" <dreid@jetnet.co.uk> writes:
> Small patch to correct a change in type.  On BeOS bool <> char!

Good catch (looks like Philip was a tad sloppy).

> Also, shouldn't int32 be %ld not %d?

No.  At least not on machines where long is 64 bits.  We don't support
machines where int is 16 bits, anyway.

            regards, tom lane

pgsql-patches by date:

Previous
From: "David Reid"
Date:
Subject: src/backend/commands/sequence.c
Next
From: "David Reid"
Date:
Subject: correctly identify libraries for BeOS