Skip to content

Commit 12f9de3

Browse files
committed
clean up comments
1 parent 0b4fab4 commit 12f9de3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/parser/gram.y

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.72 1999/05/03 19:09:41 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.73 1999/05/11 03:28:42 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHOR DATE MAJOR EVENT
@@ -3715,10 +3715,10 @@ a_expr: attr opt_indirection
37153715
| a_expr '>' a_expr
37163716
{ $$ = makeA_Expr(OP, ">", $1, $3); }
37173717

3718-
/* We allow this for standards-broken SQL products, like MS stuff */
37193718
| a_expr '=' NULL_P
37203719
{ $$ = makeA_Expr(ISNULL, NULL, $1, NULL); }
3721-
| NULL_P '=' a_expr /* we need to fix the shift/reduce */
3720+
/* We allow this for standards-broken SQL products, like MS stuff */
3721+
| NULL_P '=' a_expr
37223722
{ $$ = makeA_Expr(ISNULL, NULL, $3, NULL); }
37233723

37243724
| a_expr '=' a_expr

src/pl/plpgsql/src/mklang.sql.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--
22
-- PL/pgSQL language declaration
33
--
4-
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql.in,v 1.1 1998/10/12 04:55:03 momjian Exp $
4+
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql.in,v 1.2 1999/05/11 03:28:43 momjian Exp $
55
--
66

77
create function plpgsql_call_handler() returns opaque
8-
as '@libdir@/plpgsql.so'
8+
as @libdir@ '/plpgsql.so'
99
language 'C';
1010

1111
create trusted procedural language 'plpgsql'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy