Re: [BUGS] BUG #1250: compilation fails in src/backend/storage/lmgr/s_lock.c

2004-09-10 Thread Aidan Dixon
On Fri, 10 Sep 2004, Tom Lane wrote: >"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: >> The code in s_lock.c uses a ".seg" directive where ".section" seems to be >> in vogue, judging from the output of "cc -S" for a simple "hello world" type >> program. > >Hmm. So how can we distinguish your

Re: [BUGS] BUG #1250: compilation fails in src/backend/storage/lmgr/s_lock.c

2004-09-10 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > The code in s_lock.c uses a ".seg" directive where ".section" seems to be > in vogue, judging from the output of "cc -S" for a simple "hello world" type > program. Hmm. So how can we distinguish your version of Solaris from the ones that wa