Re: pg_type.h regression?

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: pg_type.h regression?
Дата
Msg-id ddb5e3d1c7a44487307ac9e863e5fefe@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


> Well, plan B is that we could redefine things as "all array types should
> have typdelim equal to their base type's typdelim".  The backend still
> wouldn't care, but if there are other clients out there confusing the
> two, maybe this is important to worry about.

+1

> DefineType currently always sets the array's typdelim to ',', so I
> figured that the built-in types should match that.  But we could
> easily change both of them to do the other.  Thoughts?

I'd slightly lean towards keeping it the way it has been (semicolon in both),
since it doesn't matter to the backend, and who knows what else it may break.
Kind of silly to spend too many cycles on this, of course, as it's
really only "box" at the moment that uses a non-standard delimiter. :)

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

iEYEAREDAAYFAkjZDGcACgkQvJuQZxSWSsi6uACg1xS7oQu5JCzM9cWsvHAsMO66
GFkAnAtMFmSIEC+tQYqJ/4KDhco9ZXKK
=hR1M
-----END PGP SIGNATURE-----



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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Initial prefetch performance testing
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] Infrastructure changes for recovery