Re: inline newNode()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: inline newNode()
Date: 2002-10-08 16:08:37
Message-ID: 3264.1034093317@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Seems newNode can easily be made into a macro.

If you can see how to do that, show us ... that would eliminate the
need for a GCC-only inline function, which would sway my vote away
from depending on __alignof__ for the other thing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message iafmgc 2002-10-08 16:22:48 genetic query optimization
Previous Message Zeugswetter Andreas SB SD 2002-10-08 16:06:29 Re: Analysis of ganged WAL writes

Browse pgsql-patches by date

  From Date Subject
Next Message pgsql-bugs 2002-10-08 21:07:08 Bug #794: JDBC 7.3 PreparedStatement.setNull(..) .setObject(.., null) throws exception
Previous Message Bruce Momjian 2002-10-08 16:04:35 Re: inline newNode()