We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cddea9 commit 0823520Copy full SHA for 0823520
src/include/executor/tuptable.h
@@ -46,7 +46,6 @@
46
* A "minimal" tuple is handled similarly to a palloc'd regular tuple.
47
* At present, minimal tuples never are stored in buffers, so there is no
48
* parallel to case 1. Note that a minimal tuple has no "system columns".
49
- * (Actually, it could have an OID, but we have no need to access the OID.)
50
*
51
* A "virtual" tuple is an optimization used to minimize physical data copying
52
* in a nest of plan nodes. Until materialized pass-by-reference Datums in
0 commit comments