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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Aidan Dixon" <Aidan(dot)Dixon(at)Blueyonder(dot)co(dot)uk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1250: compilation fails in src/backend/storage/lmgr/s_lock.c
Date: 2004-09-10 19:36:17
Message-ID: 28698.1094844977@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> 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 want ".seg"?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Theodore Petrosky 2004-09-10 19:45:21 problems with OS X and beta 2
Previous Message Tom Lane 2004-09-10 19:32:56 Re: BUG #1249: pg_restore doesnt handle restoring databases not created as a superuser