pgsql: Rewrite ExecPartitionCheckEmitError for clarity

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Rewrite ExecPartitionCheckEmitError for clarity
Дата
Msg-id E1gcwIk-0002s6-3q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rewrite ExecPartitionCheckEmitError for clarity

The original was hard to follow and failed to comply with DRY principle.

Discussion: https://postgr.es/m/20181206222221.g5witbsklvqthjll@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e8b0e6b82dbdb4459ec19f9871f691dfa7d1902c

Modified Files
--------------
src/backend/executor/execMain.c | 36 +++++++++++++++++++++---------------
1 file changed, 21 insertions(+), 15 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Clarify referential actions in docs of CREATE/ALTER TABLE
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinko in previous commit