On Thu, Jun 21, 2018 at 02:37:46PM +0900, Michael Paquier wrote:
> On Wed, Jun 20, 2018 at 06:34:42PM +0530, Ashutosh Bapat wrote:
> > Thanks. I have checked that make check passes with this patch. I have
> > marked this entry as ready for committer.
>
> Thanks, Ashutosh.
Now pushed. Thanks Ashu
On Wed, Jun 20, 2018 at 06:34:42PM +0530, Ashutosh Bapat wrote:
> Thanks. I have checked that make check passes with this patch. I have
> marked this entry as ready for committer.
Thanks, Ashutosh.
--
Michael
signature.asc
Description: PGP signature
On Wed, Jun 20, 2018 at 11:39 AM, Michael Paquier wrote:
>
> Good point, I have added those. Except that you meant
> tableoid::regclass.
Thanks. I have checked that make check passes with this patch. I have
marked this entry as ready for committer.
--
Best Wishes,
Ashutosh Bapat
EnterpriseDB
On Tue, Jun 19, 2018 at 01:04:43PM +0530, Ashutosh Bapat wrote:
> Thanks. Some review comments here.
Thanks for the review!
> +create table inh_perm_parent (a1 int);
> +create temp table inh_temp_parent (a1 int);
> +create temp table inh_temp_child (a1 int) inherits (inh_perm_parent); -- ok
> +N
Thanks. Some review comments here.
+create table inh_perm_parent (a1 int);
+create temp table inh_temp_parent (a1 int);
+create temp table inh_temp_child (a1 int) inherits (inh_perm_parent); -- ok
+NOTICE: merging column "a1" with inherited definition
You could actually avoid this notice by chan