| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | David Sauer <davids(at)orfinet(dot)cz>, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] current CVS snapshot of pgsql crash ... |
| Date: | 1999-06-03 00:17:51 |
| Message-ID: | 199906030017.UAA21371@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> For that matter, why do we allow user expressions to call the type
> input/output functions at all? They're not really usable as SQL
> functions AFAICS...
What probably happened is that those are in the system catalogs, but are
assigned a zero for input, rather than a non-valid oid. Does zero mean
any type? I guess so.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Lockhart | 1999-06-03 02:07:48 | Freezing docs for v6.5 |
| Previous Message | Bruce Momjian | 1999-06-03 00:16:59 | Re: [HACKERS] current CVS snapshot of pgsql crash ... |