Re: [HACKERS] Declarative partitioning optimization for large amountof partitions

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: [HACKERS] Declarative partitioning optimization for large amountof partitions
Дата
Msg-id 20170310121657.GA25829@e733.localdomain
обсуждение исходный текст
Ответ на Re: [HACKERS] Declarative partitioning optimization for large amountof partitions  ("Tels" <nospam-abuse@bloodgate.com>)
Ответы [HACKERS] Re: Declarative partitioning optimization for large amount ofpartitions  (David Steele <david@pgmasters.net>)
Список pgsql-hackers
Hi Tels,

Thanks a lot for the review!

> "corresponding"

Fixed.

> Also a question: Some one-line comments are
>
>  /* Comment. */
>
> while others are
>
>  /*
>   * Comment.
>   */
>
> Why the difference?

I'm trying to follow a code stile used in a code I'm modifying. In this
case I got an impression that second style of one-line comments is used
more often an I tried to follow it but apparently I didn't succeed :)
This is fixed as well.

On Thu, Mar 09, 2017 at 06:40:39PM -0500, Tels wrote:
> Hi Aleksander,
>
> noticed this in your patch:
>
> > * Add a corespinding entry to pgStatTabHash.
>
> "corresponding"
>
> Also a question: Some one-line comments are
>
>  /* Comment. */
>
> while others are
>
>  /*
>   * Comment.
>   */
>
> Why the difference?
>
> Hope this helps,
>
> Tels

--
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Write Ahead Logging for Hash Indexes
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] New CORRESPONDING clause design