Re: Tentative patch for making DROP put dependency info in DETAIL - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Tentative patch for making DROP put dependency info in DETAIL
Date
Msg-id 20080611221147.GS5352@alvh.no-ip.org
Whole thread Raw
In response to Re: Tentative patch for making DROP put dependency info in DETAIL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:

> After looking again, I think that this is not technically very
> difficult, but coming up with something that looks tasteful to everyone
> might be tricky.  In particular I didn't see a nice way to do it without
> using struct ObjectAddress in a bunch of header files that don't
> currently include dependency.h.  A possible response to that is to move
> ObjectAddress into postgres.h, but that seems a bit ugly too.

Ugh.  I thought about having a new header, but that seems overkill.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tentative patch for making DROP put dependency info in DETAIL
Next
From: "Alex Hunsaker"
Date:
Subject: Re: Tentative patch for making DROP put dependency info in DETAIL