pgsql: Remove useless if condition

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove useless if condition
Дата
Msg-id E1qaskX-001U9l-2i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove useless if condition

This is useless because these fields are not set anywhere before, so
we can assign them unconditionally.  This also makes this more
consistent with ATExecAddColumn().

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/689c66a84bb75e08462c05ffc18514895b19d48e

Modified Files
--------------
src/backend/commands/tablecmds.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Make more use of makeColumnDef()
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Reword user-facing message for "power of two"