[HACKERS] Missing comment for create_modifytable_path - Mailing list pgsql-hackers

From Etsuro Fujita
Subject [HACKERS] Missing comment for create_modifytable_path
Date
Msg-id e87c4a6d-23d7-5e7c-e8db-44ed418eb5d1@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Missing comment for create_modifytable_path  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
While working on adding support for tuple routing for foreign 
partitions, I noticed that in create_modifytable_path, we forgot to add 
a comment on its new argument 'partitioned_rels'.  Attached a patch for 
including that in the comments for that function.

Best regards,
Etsuro Fujita

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Race conditions with WAL sender PID lookups
Next
From: Amit Langote
Date:
Subject: Re: [HACKERS] A bug in mapping attributes in ATExecAttachPartition()