Re: Some questions on user defined types and functions. - Mailing list pgsql-general

From JanWieck@t-online.de (Jan Wieck)
Subject Re: Some questions on user defined types and functions.
Date
Msg-id 200007262252.AAA25448@hot.jw.home
Whole thread Raw
In response to Re: Some questions on user defined types and functions.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
> Jeffery Collins <collins@onyx-technologies.com> writes:
> > what is the proper way to build a patch file that
> > contains the changes?  I have never done this before.
>
> "diff -c" against current sources, done so that the correct file
> pathnames are visible in the diff output; that is, cd to top level
> of distribution tree and do something like

    For the past years I do a

        cp -R src src.orig

    after the configure step. Whatever I do in the sources, a

        diff -cr src src.orig

    in  the toplevel directory gives me a patch I can apply to my
    CVS checkout. With this I can never forget  a  single  source
    file touched.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



pgsql-general by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: Some questions on user defined types and functions.
Next
From: brad
Date:
Subject: Re: 4 billion record limit?