Adding tests for inheritance trees with temporary tables

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Adding tests for inheritance trees with temporary tables
Date: 2018-06-19 02:21:31
Message-ID: 20180619022131.GE3314@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While look at the handling of temporary relations with partition trees,
I have noticed that there are no tests for inheritance trees with temp
tables. This has been mentioned here:
https://www.postgresql.org/message-id/20180618060200.GG3721@paquier.xyz

Attached is a patch to close the gap. That's of course not v11
material, so I am parking this patch into the next CF.

Thanks,
--
Michael

Attachment Content-Type Size
inherit-temp-tests.patch text/x-diff 2.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2018-06-19 02:29:00 Re: [WIP] [B-Tree] Retail IndexTuple deletion
Previous Message Amit Langote 2018-06-19 01:56:49 Re: Partitioning with temp tables is broken