forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita77d39d
committed
Rename EVT cache hash to make context name unique
BuildEventTriggerCache sets up a context "EventTriggerCache" whichhouse a hash named "Event Trigger Cache", which in turn creates acontext with the table name. This generated log output for memorycontext dumps like below:LOG: level: 2; EventTriggerCache: 8192 total in 1 blocks; 7928 free (4 chunks); 264 usedLOG: level: 3; Event Trigger Cache: 8192 total in 1 blocks; 2616 free (0 chunks); 5576 usedThis renames the hash to ensure that the hash context has a uniquename for easier log reading and debugging.Discussion:https://postgr.es/m/5EDC969E-CAE3-4CBD-965E-3B8A1294CFA4@yesql.se1 parent68a59f9 commita77d39d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
0 commit comments
Comments
(0)