Re: [PATCH v1] eliminate duplicate code in table.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCH v1] eliminate duplicate code in table.c
Дата
Msg-id 20220721121824.2tbsgjxqczzopncl@alvherre.pgsql
обсуждение исходный текст
Ответ на [PATCH v1] eliminate duplicate code in table.c  (Junwang Zhao <zhjwpku@gmail.com>)
Ответы Re: [PATCH v1] eliminate duplicate code in table.c  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
On 2022-Jul-21, Junwang Zhao wrote:

> There are some duplicate code in table.c, add a static inline function
> to eliminate the duplicates.

Hmm, but see commit 2ed532ee8c47 about this kind of check.  Perhaps we
should change these error messages to conform to the same message style.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"I love the Postgres community. It's all about doing things _properly_. :-)"
(David Garamond)



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

Предыдущее
От: Bilal Yavuz
Дата:
Сообщение: Re: [RFC] building postgres with meson - v10
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: [PATCH] Introduce array_shuffle() and array_sample()