Re: [HACKERS] New patch to try... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] New patch to try...
Date
Msg-id 199803172206.RAA24360@candle.pha.pa.us
Whole thread Raw
In response to New patch to try...  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>
>
> Things have been nice and quiet, so here is a patch that, unless anything
> else goes in in between now and Sunday, will be the official post-release
> patch...if something is missing from it, you only hvae yourself to blame
> for not testing it :)
>
> ftp.postgresql.org/pub/patches/.test/v6.3p1beta2.gz
>
> Hidden like the last one :)  Should apply easier, as its a true patch this
> time
>

Both David and I have patches ready for tonight.  David's is for
spinlock looping, and mine will test UNIONs to make sure each query has
the same number of target fields and the same types:

test=> select usename from pg_user union select usename, usename from pg_user;
ERROR:  Each UNION query must have the same number of columns.
test=> select usename from pg_user union select usesysid from pg_user;
ERROR:  Each UNION query must have identical target types.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: ocie@paracel.com
Date:
Subject: Re: [HACKERS] Re: Multi field hash indexes
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Fixes for initdb on DEC Alpha