1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix typo in C comment.

Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced
This commit is contained in:
Kevin Grittner 2015-08-23 10:38:57 -05:00
parent b386271594
commit 5956b7f9e8

View File

@ -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.
*/