Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e27af1

Browse files
author
Thomas G. Lockhart
committed
Rename LOread() and LOwrite() to loread() and lowrite() to allow use by
case-insensitive SQL parser.
1 parentef2821d commit6e27af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.19 1997/04/27 19:22:45 thomas Exp $
9+
* $Id: pg_proc.h,v 1.20 1997/05/06 07:20:53 thomas Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -673,8 +673,8 @@ DATA(insert OID = 949 ( mkoidname PGUID 11 f t f 2 f 911 "26 19" 100 0 0 100
673673

674674
DATA(insertOID=952 (lo_openPGUID11ftf2f23"26 23"10000100foobar ));
675675
DATA(insertOID=953 (lo_closePGUID11ftf1f23"23"10000100foobar ));
676-
DATA(insertOID=954 (LOreadPGUID11ftf2f17"23 23"10000100foobar ));
677-
DATA(insertOID=955 (LOwritePGUID11ftf2f23"23 17"10000100foobar ));
676+
DATA(insertOID=954 (loreadPGUID11ftf2f17"23 23"10000100foobar ));
677+
DATA(insertOID=955 (lowritePGUID11ftf2f23"23 17"10000100foobar ));
678678
DATA(insertOID=956 (lo_lseekPGUID11ftf3f23"23 23 23"10000100foobar ));
679679
DATA(insertOID=957 (lo_creatPGUID11ftf1f26"23"10000100foobar ));
680680
DATA(insertOID=958 (lo_tellPGUID11ftf1f23"23"10000100foobar ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp