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

Commitfad56c5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/libpq/be-fsstubs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.8 1997/04/21 04:28:59 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.9 1997/05/06 07:16:21 thomas Exp $
1111
*
1212
* NOTES
1313
* This should be moved to a more appropriate place. It is here
@@ -213,7 +213,7 @@ lo_unlink(Oid lobjId)
213213
*****************************************************************************/
214214

215215
structvarlena*
216-
LOread(intfd,intlen)
216+
loread(intfd,intlen)
217217
{
218218
structvarlena*retval;
219219
inttotalread=0;
@@ -225,7 +225,7 @@ LOread(int fd, int len)
225225
returnretval;
226226
}
227227

228-
intLOwrite(intfd,structvarlena*wbuf)
228+
intlowrite(intfd,structvarlena*wbuf)
229229
{
230230
inttotalwritten;
231231
intbytestowrite;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp