diff options
Diffstat (limited to 'src/include/access/toast_helper.h')
-rw-r--r-- | src/include/access/toast_helper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/access/toast_helper.h b/src/include/access/toast_helper.h index e59138df3e1..0e92acc546e 100644 --- a/src/include/access/toast_helper.h +++ b/src/include/access/toast_helper.h @@ -20,12 +20,12 @@ * Information about one column of a tuple being toasted. * * NOTE: toast_action[i] can have these values: - * ' ' default handling - * 'p' already processed --- don't touch it - * 'x' incompressible, but OK to move off + * ' ' default handling + * TYPSTORAGE_PLAIN already processed --- don't touch it + * TYPSTORAGE_EXTENDED incompressible, but OK to move off * * NOTE: toast_attr[i].tai_size is only made valid for varlena attributes with - * toast_action[i] different from 'p'. + * toast_action[i] different from TYPSTORAGE_PLAIN. */ typedef struct { |