mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
The recent commit to change copyObject() to use typeof_unqual allows cleaning up some APIs to take advantage of this improved qualifier handling. EventTriggerCollectSimpleCommand() is a good example: It takes a node tree and makes a copy that it keeps around for its internal purposes, but it can't communicate via its function signature that it promises not scribble on the passed node tree. That is now fixed. Reviewed-by: David Geier <geidav.pg@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/92f9750f-c7f6-42d8-9a4a-85a3cbe808f3%40eisentraut.org |
||
|---|---|---|
| .. | ||
| prs2lock.h | ||
| rewriteDefine.h | ||
| rewriteGraphTable.h | ||
| rewriteHandler.h | ||
| rewriteManip.h | ||
| rewriteRemove.h | ||
| rewriteSearchCycle.h | ||
| rewriteSupport.h | ||
| rowsecurity.h | ||