Commit 7f116a6b authored by Bruce Momjian's avatar Bruce Momjian

Update for BYTEAOID.

parent 8fc97e82
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.58 2000/03/20 04:02:45 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.59 2000/03/20 04:26:01 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -536,7 +536,7 @@ convert_to_scalar(Datum value, Oid typid, ...@@ -536,7 +536,7 @@ convert_to_scalar(Datum value, Oid typid,
} }
case BPCHAROID: case BPCHAROID:
case VARCHAROID: case VARCHAROID:
case BYTEA: case BYTEAOID:
case TEXTOID: case TEXTOID:
if (VARSIZE(DatumGetPointer(value)) > VARHDRSZ) if (VARSIZE(DatumGetPointer(value)) > VARHDRSZ)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment