Skip to content

Commit 7a6676d

Browse files
committed
fix typo
1 parent 3a9ae3d commit 7a6676d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/regress/expected/triggers.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ begin
403403

404404
relid := TG_relid::regclass;
405405

406-
-- plpgsql can't discover it's trigger data in a hash like perl and python
406+
-- plpgsql can't discover its trigger data in a hash like perl and python
407407
-- can, or by a sort of reflection like tcl can,
408408
-- so we have to hard code the names.
409409
raise NOTICE 'TG_NAME: %', TG_name;
@@ -433,6 +433,7 @@ begin
433433
if TG_OP != 'DELETE' then
434434
raise NOTICE 'NEW: %', NEW;
435435
end if;
436+
436437
if TG_OP = 'DELETE' then
437438
return OLD;
438439
else

src/test/regress/sql/triggers.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ begin
314314

315315
relid := TG_relid::regclass;
316316

317-
-- plpgsql can't discover it's trigger data in a hash like perl and python
317+
-- plpgsql can't discover its trigger data in a hash like perl and python
318318
-- can, or by a sort of reflection like tcl can,
319319
-- so we have to hard code the names.
320320
raise NOTICE 'TG_NAME: %', TG_name;
@@ -344,6 +344,7 @@ begin
344344
if TG_OP != 'DELETE' then
345345
raise NOTICE 'NEW: %', NEW;
346346
end if;
347+
347348
if TG_OP = 'DELETE' then
348349
return OLD;
349350
else

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