Re: more ALTER .. DEPENDS ON EXTENSION fixes - Mailing list pgsql-hackers

From ahsan hadi
Subject Re: more ALTER .. DEPENDS ON EXTENSION fixes
Date
Msg-id 158287616306.14910.17791108224723819457.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: more ALTER .. DEPENDS ON EXTENSION fixes  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: more ALTER .. DEPENDS ON EXTENSION fixes
List 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? 

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Improve handling of parameter differences in physical replication
Next
From: Kyotaro Horiguchi
Date:
Subject: Asynchronous Append on postgres_fdw nodes.