pgsql: Use PG_INT32_MIN instead of reiterating the constant.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Use PG_INT32_MIN instead of reiterating the constant.
Дата
Msg-id E1aqJPj-0002wp-RA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use PG_INT32_MIN instead of reiterating the constant.

Makes no difference, but it's cleaner this way.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cbb2a812d710dd58e68088b334f8c492346a0d0f

Modified Files
--------------
src/backend/utils/adt/numutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Provide errno-translation wrappers around bind() and listen() on
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation for \crosstabview.