pgsql/src/backend/utils/adt varlena.c

Started by Bruce Momjianover 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/11/19 13:21:10

Modified files:
src/backend/utils/adt: varlena.c

Log message:
Make text octet_length() return non-compressed length to be consistent
with other data types, per disucssion. Encoding issue still open.