Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8 - Mailing list pgsql-patches

From Tom Lane
Subject Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Date
Msg-id 8439.1070325146@sss.pgh.pa.us
Whole thread Raw
In response to Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8  (Kurt Roeckx <Q@ping.be>)
Responses Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8  (Thomas Baden <lindysandiego@yahoo.com>)
List pgsql-patches
Kurt Roeckx <Q@ping.be> writes:
> He seems to have changed this too:
> - typedef uint32 IpcMemoryKey;
> + typedef size_t IpcMemoryKey;
> That really should be a key_t.

Yeah, I made it key_t in CVS tip.  I'm just wondering what this could
avoid other than possibly a compile warning.

            regards, tom lane

pgsql-patches by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: [PATCH] Re: [pgsql-advocacy] Why READ ONLY transactions?
Next
From: Joe Conway
Date:
Subject: Re: export FUNC_MAX_ARGS as a read-only GUC variable