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

Commit7a6676d

Browse files
committed
fix typo
1 parent3a9ae3d commit7a6676d

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 discoverit's trigger data in a hash like perl and python
406+
-- plpgsql can't discoverits 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 discoverit's trigger data in a hash like perl and python
317+
-- plpgsql can't discoverits 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)

[8]ページ先頭

©2009-2025 Movatter.jp