[16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op - Mailing list pgsql-bugs

From Jeff Davis
Subject [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op
Date
Msg-id 17b62714fd115bd1899afd922954540a5c6a0467.camel@j-davis.com
Whole thread Raw
Responses RE: [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op
List pgsql-bugs
Repro:
  ALTER SUBSCRIPTION s1 SET (run_as_owner = true);
  SELECT subrunasowner FROM pg_subscription WHERE subname='s1';
   subrunasowner
  ---------------
   f
  (1 row)

It also looks like a change to that field may not cause the
subscription worker to restart. It would be good to add a test for that
case.

Regards,
    Jeff Davis



pgsql-bugs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: BUG #18055: logical decoding core on AllocateSnapshotBuilder()
Next
From: Tom Lane
Date:
Subject: Re: BUG #18101: 'RAISE LOG ...' with omitted trailing ';' does not throw syntax error in certain situations