| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
| Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Open 7.1 items |
| Date: | 2001-01-28 02:14:51 |
| Message-ID: | 28774.980648091@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-jdbc |
Philip Warner <pjw(at)rhyme(dot)com(dot)au> writes:
>> Also I'm not quite sure "#arg" (stringification) is
>> portable enough in all platforms.)
> The patch looks fine to me, but I have no idea how portable #arg is
Use the CppAsString macro from our c.h ... that's what it's for.
It's actually fairly unlikely that anyone still uses a compiler that
doesn't grok #arg and yet can handle the other ANSI-isms that Postgres
requires. However, we may as well stick to the coding conventions
we have...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Philip Warner | 2001-01-28 03:50:42 | Re: Open 7.1 items |
| Previous Message | Philip Warner | 2001-01-28 01:53:01 | Re: Open 7.1 items |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Philip Warner | 2001-01-28 03:50:42 | Re: Open 7.1 items |
| Previous Message | Philip Warner | 2001-01-28 01:53:01 | Re: Open 7.1 items |