Re: printTable API (was: Show INHERIT in \du)

Поиск
Список
Период
Сортировка
От Brendan Jurd
Тема Re: printTable API (was: Show INHERIT in \du)
Дата
Msg-id 37ed240d0804150111l14f623bx6fd594dd516bf4a4@mail.gmail.com
обсуждение исходный текст
Ответ на Re: printTable API (was: Show INHERIT in \du)  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: printTable API (was: Show INHERIT in \du)  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, Apr 14, 2008 at 6:03 AM, Alvaro Herrera  wrote:
>  Looks cool -- on a first read, I think you should add some more code
>  comments at the top of each function specifying whether the texts need
>  to be translated by the caller or done by the function itself.  Also it
>  would be good if it is consistent, too :-)
>

Thanks for your feedback Alvaro.  Taking a look at this with fresh
eyes, I realised it was daft to pass the encoding to each AddHeader
and AddCell call, since the encoding isn't going to change between
cells.

Instead I put a pointer to a printTableOpt inside the
printTableContent.  The Opt struct contains the encoding and the Add
functions refer to the encoding internally when adding items.  This
also has the benefit that you don't need to pass a printTableOpt
separately to the functions that actually do the printing.

Per your suggestion, I fleshed out the comments on translation, in
particular explaining why AddHeader and AddCell have an option for
translation but AddFooter does not.

The second version of the patch is attached.

Now my question is, how do I indicate that a second version of the
patch has been submitted on the wiki?  Should I leave the primary link
pointing at the original submission, or update it to point at this
message?

Cheers,
BJ
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: http://getfiregpg.org

iD8DBQFIBGMz5YBsbHkuyV0RArf1AJwOsz2Wq5g7vg6DvyOzD7Ixsgl8EgCg4HyZ
sxtmc2A5FYiwYkkrhfpDsDM=
=jvKI
-----END PGP SIGNATURE-----

Вложения

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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: Cached Query Plans
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: [PATCHES] Show INHERIT in \du