Re: pg_type.h regression?

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: pg_type.h regression?
Дата
Msg-id c71349f24c56116edba6417fee7dbec4@biglumber.com
обсуждение исходный текст
Ответ на Re: pg_type.h regression?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_type.h regression?
Список pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

>> [ scratches head... ]  I seem to have done that in rev 1.198, but I
>> don't recall why.  It's late here though ...

> I think my reasoning was that all array types should have typdelim = ','
> for consistency.  It doesn't actually matter because nothing looks at
> the value ... the element type's delimiter is what array_in/out use.

Ah, okay, that makes sense. Thanks for the explanation, I'll tweak
my code to do it the right way by looking at the base type.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200809230934
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAkjY8GIACgkQvJuQZxSWSsiOxgCgmpuxlkzQYlJNCdNCGc7houn7
hwQAoKfyLX3t5ArtEzaytD+nWOCl/br1
=QNIJ
-----END PGP SIGNATURE-----




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Initial prefetch performance testing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Common Table Expressions (WITH RECURSIVE) patch