Re: src/backend/commands/sequence.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dreid(at)jetnet(dot)co(dot)uk
Cc: "Patches for PGSQL" <pgsql-patches(at)hub(dot)org>
Subject: Re: src/backend/commands/sequence.c
Date: 2000-10-14 16:50:44
Message-ID: 2661.971542244@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"David Reid" <dreid(at)jetnet(dot)co(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-14 17:18:48 Re: correctly identify libraries for BeOS
Previous Message Tom Lane 2000-10-14 16:27:50 Re: Small patch to replace 'idle' by 'trans' if transaction is still open