mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
Fix comment for regproc.
This commit is contained in:
parent
f52e7346ea
commit
2df1465757
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.29 1998/09/23 17:50:12 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.30 1998/09/25 03:36:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -49,7 +49,7 @@ regprocin(char *pro_name_and_oid)
|
|||
|
||||
/*
|
||||
* we need to use the oid because there can be multiple entries
|
||||
* with the same name. We accept 1323_int4eq and 1323.
|
||||
* with the same name. We accept int4eq_1323 and 1323.
|
||||
*/
|
||||
if (strrchr(pro_name_and_oid, '_') != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue