minor typo in trigger.c

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема minor typo in trigger.c
Дата
Msg-id CAHyXU0z5VWj4StBzvgNJqzjKFawTejX5aUGe8zEMDmmkTgpGjQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: minor typo in trigger.c  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index d169027..43421d6 100644
--- a/src/backend/commands/trigger.c
+++ b/src/backend/commands/trigger.c
@@ -4126,7 +4126,7 @@ AfterTriggerEndXact(bool isCommit)

   /*
-    * Forget the query stack and constrant-related state information.  As
+    * Forget the query stack and constraint-related state information.  As    * with the subtransaction state
information,we don't bother freeing the    * memory here.    */
 


merlin



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

Предыдущее
От: Robbie Harwood
Дата:
Сообщение: Re: [PATCH v1] GSSAPI encryption support
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: DBT-3 with SF=20 got failed