diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-04-26 04:12:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-04-26 04:12:15 +0000 |
commit | 0d203b745d4fa4b78010c4cdb3c59d052a10614c (patch) | |
tree | a1413ce56d9cd59d8d611ee425374b51532fc0b4 /src/backend/tcop/fastpath.c | |
parent | 9260d4b44078fdfafa27fd568eed37ac6b9870fa (diff) |
Re-apply Darren's char2-16 removal code.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r-- | src/backend/tcop/fastpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index ce165baed8b..9a59c43db56 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.15 1998/04/07 18:11:18 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.16 1998/04/26 04:07:22 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -44,7 +44,7 @@ * The previous implementation would assume (1) that any value of * length <= 4 bytes was passed-by-value, and that any other value * was a struct varlena (by-reference). There was NO way to pass a - * fixed-length by-reference argument (like char16) or a struct + * fixed-length by-reference argument (like name) or a struct * varlena of size <= 4 bytes. * * The new implementation checks the catalogs to determine whether |