Re: unsupportable composite type partition keys

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: unsupportable composite type partition keys
Date: 2019-12-26 16:20:48
Message-ID: 1161.1577377248@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Amit Langote <amitlangote09(at)gmail(dot)com> writes:
> Thank you. I noticed that there are comments suggesting that certain
> RelationData members are to be accessed using their RelationGet*
> functions, but partitioning members do not have such comments. How
> about the attached?

Good idea, done.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pierre Ducroquet 2019-12-26 16:42:51 [PATCH] fix a performance issue with multiple logical-decoding walsenders
Previous Message Justin Pryzby 2019-12-26 15:57:04 Re: error context for vacuum to include block number