Skip to content

Commit 98b1efd

Browse files
committed
Update obsolete reference to plpgsql's gram.y file.
This was evidently missed in 05346c1, which renamed that file to pl_gram.y. Japin Li Discussion: https://postgr.es/m/ME0P300MB0445F7CA7456C2AC67D37A01B6092@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
1 parent b757abe commit 98b1efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpgsql/src/plpgsql.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ extern void plpgsql_scanner_init(const char *str);
13331333
extern void plpgsql_scanner_finish(void);
13341334

13351335
/*
1336-
* Externs in gram.y
1336+
* Externs in pl_gram.y
13371337
*/
13381338
extern int plpgsql_yyparse(void);
13391339

0 commit comments

Comments
 (0)