diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-06-13 20:27:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-06-13 20:27:10 +0000 |
commit | bedfe275cc687954f7bcc867d3946b0832594278 (patch) | |
tree | f7a0a6f17dbb320da504c45bf8a66f3cc4dbd829 /src | |
parent | 1e88d82462962df4f9082e1f4f0b8268d10e8573 (diff) | |
download | postgresql-bedfe275cc687954f7bcc867d3946b0832594278.tar.gz postgresql-bedfe275cc687954f7bcc867d3946b0832594278.zip |
Make lo_unlink take oid param, not int4.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index ac194d112f4..4a3bcb952a3 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_proc.h,v 1.59 1998/05/29 13:36:31 thomas Exp $ + * $Id: pg_proc.h,v 1.60 1998/06/13 20:27:10 momjian Exp $ * * NOTES * The script catalog/genbki.sh reads this file and generates .bki @@ -1174,7 +1174,7 @@ DESCR("closest point to line segment on line"); DATA(insert OID = 963 ( close_lb PGUID 11 f t f 2 f 600 "628 603" 100 0 10 100 foo bar )); DESCR("closest point to line on box"); -DATA(insert OID = 964 ( lo_unlink PGUID 11 f t f 1 f 23 "23" 100 0 0 100 foo bar )); +DATA(insert OID = 964 ( lo_unlink PGUID 11 f t f 1 f 23 "26" 100 0 0 100 foo bar )); DESCR("large object unlink(delete)"); DATA(insert OID = 972 ( regproctooid PGUID 11 f t f 1 f 26 "24" 100 0 0 100 foo bar )); DESCR("get oid for regproc"); |