mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
There's no reason for this function to do this for every other
attribute number and omit it for CTID, especially since
conversion_error_callback has code to handle that case. This seems
to be an oversight in commit e690b95150
.
Etsuro Fujita