pgsql: Fix comment in pg_proc.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment in pg_proc.c
Дата
Msg-id E1npei1-000aRS-2F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment in pg_proc.c

pgstat_create_function() creates stats for a function in a transactional
fashion, so the stats would be dropped if transaction creating the
function is aborted, not committed.

Author: Amul Sul
Discussion: https://postgr.es/m/CAAJ_b97x1T3xgAMWNj4w7kSgN0nTuG-vLrQJ4NB-dsNr0Kudxw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/pg_proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Clean up newlines following left parentheses
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix slow animal timeouts in 032_relfilenode_reuse.pl.