Re: more ALTER .. DEPENDS ON EXTENSION fixes

From: ahsan hadi <ahsan(dot)hadi(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: more ALTER .. DEPENDS ON EXTENSION fixes
Date: 2020-02-28 07:49:23
Message-ID: 158287616306.14910.17791108224723819457.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: tested, passed
Documentation: not tested

Tested the pg_dump patch for dumping "ALTER .. DEPENDS ON EXTENSION" in case of indexes, functions, triggers etc. The "ALTER .. DEPENDS ON EXTENSION" is included in the dump. However in some case not sure why "ALTER INDEX.....DEPENDS ON EXTENSION" is repeated several times in the dump?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-02-28 08:06:50 Asynchronous Append on postgres_fdw nodes.
Previous Message Peter Eisentraut 2020-02-28 07:49:08 Re: Improve handling of parameter differences in physical replication