Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: Thomas Baden <lindysandiego(at)yahoo(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Date: 2003-12-02 00:32:26
Message-ID: 8439.1070325146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Kurt Roeckx <Q(at)ping(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-12-02 00:45:40 Re: export FUNC_MAX_ARGS as a read-only GUC variable
Previous Message Tom Lane 2003-12-02 00:27:36 Re: [PATCHES] Numeric version of factorial()