From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: DROP FUNCTION of multiple functions |
Date: | 2017-02-25 13:27:53 |
Message-ID: | 175e2014-c531-21c7-347f-fefac65b44b8@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here is a new patch set that addresses your comments. The structure is
still the same, just a bunch of things have been renamed based on
suggestions.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Use-class_args-field-in-opclass_drop.patch | text/x-patch | 2.9 KB |
v2-0002-Add-operator_with_argtypes-grammar-rule.patch | text/x-patch | 22.8 KB |
v2-0003-Remove-objname-objargs-split-for-referring-to-obj.patch | text/x-patch | 125.9 KB |
v2-0004-Replace-LookupFuncNameTypeNames-with-LookupFuncWi.patch | text/x-patch | 19.6 KB |
v2-0005-Allow-dropping-multiple-functions-at-once.patch | text/x-patch | 9.1 KB |
v2-0006-Combine-several-DROP-variants-into-generic-DropSt.patch | text/x-patch | 10.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2017-02-25 13:31:12 | Re: Automatic cleanup of oldest WAL segments with pg_receivexlog |
Previous Message | Peter Eisentraut | 2017-02-25 13:24:13 | Re: logical replication access control patches |