We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d53b9e commit bb44a6bCopy full SHA for bb44a6b
src/include/catalog/objectaccess.h
@@ -17,7 +17,9 @@
17
*
18
* OAT_POST_CREATE should be invoked just after the object is created.
19
* Typically, this is done after inserting the primary catalog records and
20
- * associated dependencies.
+ * associated dependencies. The command counter may or may not be incremented
21
+ * at the time the hook is invoked; if not, the extension can use SnapshotSelf
22
+ * to get the new version of the tuple.
23
24
* OAT_DROP should be invoked just before deletion of objects; typically
25
* deleteOneObject(). Its arguments are packed within ObjectAccessDrop.
0 commit comments