Think-o in foreign key comments - Mailing list pgsql-hackers

From Paul Jungwirth
Subject Think-o in foreign key comments
Date
Msg-id 6a7c7338-1aa2-4689-d171-0b0b294fdd84@illuminatedcomputing.com
Whole thread Raw
Responses Re: Think-o in foreign key comments  (Ian Lawrence Barwick <barwick@gmail.com>)
List pgsql-hackers
Hello,

I noticed a few places in the new foreign key code where a comment says 
"the ON DELETE SET NULL/DELETE clause". I believe it should say "ON 
DELETE SET NULL/DEFAULT".

These comments were added in d6f96ed94e7, "Allow specifying column list 
for foreign key ON DELETE SET actions." Here is a patch to correct them. 
I don't think you usually create a commitfest entry for tiny fixes like 
this, right? But if you'd like one please let me know and I'll add it.

Yours,

-- 
Paul              ~{:-)
pj@illuminatedcomputing.com
Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Fwd: Perform streaming logical transactions by background workers and parallel apply
Next
From: David Zhang
Date:
Subject: Re: Patch: Global Unique Index