Re: [PATCH] use separate PartitionedRelOptions structure to store partitioned table options
Nikolay Shaplov <dhyan@nataraj.su>
From: Nikolay Shaplov <dhyan@nataraj.su>
To: pgsql-hackers@lists.postgresql.org
Cc: Amit Langote <amitlangote09@gmail.com>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>, Dent John <denty@qqdd.eu>,
"Iwata, Aya" <iwata.aya@jp.fujitsu.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Dmitry Dolgov <9erthalion6@gmail.com>, Thomas Munro <thomas.munro@gmail.com>,
Michael Paquier <michael@paquier.xyz>
Date: 2019-11-11T14:22:32Z
Lists: pgsql-hackers
Attachments
- use-empty-structure-for-partitioned-options_v3.diff (text/x-patch) patch v3
В письме от среда, 23 октября 2019 г. 11:59:45 MSK пользователь Amit Langote написал: > Sorry for the late reply. Same apologies from my side. Get decent time-slot for postgres dev only now. > I looked atthe v2 patch and noticed a typo: > > + * Binary representation of relation options for rtitioned tables. > > s/rtitioned/partitioned/g > > Other than that, looks good. Here goes v3 patch with the typo fixed -- Software Developer: https://www.upwork.com/freelancers/~014a87e140ff02c0da Body-oriented Therapist: https://vk.com/nataraj_rebalancing (Russian)
Commits
-
Split handling of reloptions for partitioned tables
- 1bbd608fdae7 13.0 landed