Re: [HACKERS] YADP - Yet another Dependency Patch - Mailing list pgsql-patches

From Rod Taylor
Subject Re: [HACKERS] YADP - Yet another Dependency Patch
Date
Msg-id 0b5501c1e53a$5a47e6d0$8001a8c0@jester
Whole thread Raw
In response to Re: [HACKERS] YADP - Yet another Dependency Patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] YADP - Yet another Dependency Patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Yes, I've removed all of those.

I've submitted a list of stuff it tracked earlier, but will do so
again with the next patch.  Basically, anything simple and
straightforward ;)

It doesn't manage dependencies of function code, view internals,
default internals as I don't know how to find navigate an arbitrary
parse tree for that information.  Some function code isn't even
available (C), so its next to impossible.

No, it doesn't directly tick off any todo item other than the first in
dependency.  Make pg_depend table ;)

--
Rod Taylor

Your eyes are weary from staring at the CRT. You feel sleepy. Notice
how restful it is to watch the cursor blink. Close your eyes. The
opinions stated above are yours. You cannot imagine why you ever felt
otherwise.

----- Original Message -----
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
To: "Rod Taylor" <rbt@zort.ca>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>; <pgsql-patches@postgresql.org>;
"Hackers List" <pgsql-hackers@postgresql.org>
Sent: Tuesday, April 16, 2002 1:15 AM
Subject: Re: [HACKERS] [PATCHES] YADP - Yet another Dependency Patch


> Rod Taylor wrote:
> > [ copied to hackers ]
> >
> > > 1. I don't like the code that installs and removes ad-hoc
> > dependencies
> > > from relations to type Oid.  On its own terms it's wrong (if it
were
>
> Looks good to me.  I realize this is a huge chunk of code.  The only
> ultra-minor thing I saw was the use of dashes for comment blocks
when
> not needed:
>
> /*  ----
> *  word
> *  ----
> */
>
> We use dashes like this only for comments that shouldn't be
reformatted
> by pgindent.
>
> The one thing I would like to know is what things does it track, and
> what does it not track?  Does it complete any TODO items, or do we
save
> that for later?
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania
19026
>


pgsql-patches by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: ANSI Compliant Inserts
Next
From: "Stefan Lindner"
Date:
Subject: PostgreSQL 7.2.1 and Sun's C compiler under Solaris8