>
> You mean "even if relacl is not null"? Sounds improbable: AFAIR, pg_class
> tuples are built with heap_form_tuple, same as anything else.
>
> regards, tom lane
I am sorry. It was a bug in my code. I did not add the size of the tuple's
header field to the off variable before comparing it with t_len. Thank you
for the help.