pgsql: Various minor corrections of and improvements to comments.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Various minor corrections of and improvements to comments.
Дата
Msg-id E1aguco-0002P8-Fh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Various minor corrections of and improvements to comments.

Aleksander Alekseev

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d8a1e22b109680204cb015a30e5a733a233ed64

Modified Files
--------------
contrib/pg_trgm/trgm_gin.c         |  4 ++--
contrib/pg_trgm/trgm_op.c          |  2 +-
src/backend/utils/adt/timestamp.c  | 20 ++++++++++----------
src/backend/utils/misc/guc.c       | 14 +++++++-------
src/backend/utils/sort/tuplesort.c |  2 +-
5 files changed, 21 insertions(+), 21 deletions(-)


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: pg_trgm's set_limit() now uses SetConfigOption()
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Push scan/join target list beneath Gather when possible.