pgsql: Fix misleading comments about TOAST access macros.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix misleading comments about TOAST access macros.
Дата
Msg-id E1mO22x-0001Ai-5f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix misleading comments about TOAST access macros.

Seems to have been my error in commit aeb1631ed.
Noted by Christoph Berg.

Discussion: https://postgr.es/m/YTeLipdnSOg4NNcI@msg.df7cb.de

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67948a433e18a8561daf89dcc53e591a3fac659a

Modified Files
--------------
src/include/postgres.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In psql tab completion, offer spelled-out commands not abbreviat
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid useless malloc/free traffic around getFormattedTypeName().