Re: pgsql-server: Fix TAS assembly stuff for Solaris/386.

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Fix TAS assembly stuff for Solaris/386.
Date: 2004-09-24 01:44:26
Message-ID: Pine.BSO.4.56.0409232041290.8466@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, 24 Sep 2004, Tom Lane wrote:

> Log Message:
> -----------
> Fix TAS assembly stuff for Solaris/386. (I'm not in a position to
> actually test this, but it couldn't be broken any worse than it was...)
>

It passes regression tests, but adds a warning:

"../../../../src/include/storage/s_lock.h", line 661: warning: /*
encountered inside a comment

There are a number of other warnings in the compile as well. Is our goal
a warning free compile on just gcc or all compilers?

Kris Jurka

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-24 01:48:47 pgsql-server: Get rid of /*-inside-comment warning.
Previous Message Neil Conway 2004-09-24 01:36:39 pgsql-server: ExecProcAppend() wasn't called ExecAppend() because the