Обсуждение: New patch to try...

Поиск
Список
Период
Сортировка

New patch to try...

От
The Hermit Hacker
Дата:
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



Re: [HACKERS] New patch to try...

От
Bruce Momjian
Дата:
>
>
> 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)