RE: REASSIGN OWNED vs. relisshared dep on !relisshared - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject RE: REASSIGN OWNED vs. relisshared dep on !relisshared
Date
Msg-id OS9PR01MB12149850735EFCD9B9CF444FCF5C42@OS9PR01MB12149.jpnprd01.prod.outlook.com
Whole thread
In response to Re: REASSIGN OWNED vs. relisshared dep on !relisshared  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Dear Hackers,

> > OK, should we go ahead and split the pg_subscription catalog for v20
> > then? Maybe pg_subscription (shared) and pg_subscription_db (per-
> > database)?
> >
> 
> +1, though I am not sure of catalog names. We can brainstorm those
> during development.

+1. I cannot come up with better idea to resolve the entanglement. I briefly
checked the launcher code and it read 7 attributes [1] at least. Not verified,
all of them (or except name) can be retained on the shared catalog.

If it's ok I can start a separated thread after analyzing bit more with the PoC.

[1]:
```
oid
dbid
name
owner
retaindeadtuples
retentionactive
enabled
```

Best regards,
Hayato Kuroda
FUJITSU LIMITED


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition
Next
From: Andrey Borodin
Date:
Subject: Re: Checkpointer write combining