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

Commitd52a97d

Browse files
committed
Fix ancient misdescription of namegt/namege in comment. Greg Stark
1 parente8ea69e commitd52a97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/utils/adt/name.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $PostgreSQL: pgsql/src/backend/utils/adt/name.c,v 1.58 2006/05/21 20:05:19 tgl Exp $
17+
* $PostgreSQL: pgsql/src/backend/utils/adt/name.c,v 1.59 2006/05/3005:22:59 tgl Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -122,8 +122,8 @@ namesend(PG_FUNCTION_ARGS)
122122
*
123123
*namelt- returns 1 iff a < b
124124
*namele- returns 1 iff a <= b
125-
*namegt- returns 1 iff a< b
126-
*namege- returns 1 iff a<= b
125+
*namegt- returns 1 iff a> b
126+
*namege- returns 1 iff a>= b
127127
*
128128
*/
129129
Datum

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp