pgsql/src/backend/catalog (heap.c index.c pg_aggregate.c pg_proc.c pg_type.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog (heap.c index.c pg_aggregate.c pg_proc.c pg_type.c)
Date: 2000-07-05 23:11:08
Message-ID: 200007052311.e65NB8O17686@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, July 5, 2000 @ 19:11:07
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/catalog
from hub.org:/home/projects/pgsql/tmp/cvs-serv17582/src/backend/catalog

Modified Files:
heap.c index.c pg_aggregate.c pg_proc.c pg_type.c

----------------------------- Log Message -----------------------------

Update textin() and textout() to new fmgr style. This is just phase
one of updating the whole text datatype, but there are so dang many
calls of these two routines that it seems worth a separate commit.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-05 23:11:14 pgsql/src/backend/commands (analyze.c command.c comment.c copy.c dbcommands.c indexcmds.c proclang.c sequence.c user.c)
Previous Message Tom Lane 2000-07-05 23:11:06 pgsql/contrib/spi (autoinc.c insert_username.c)