summaryrefslogtreecommitdiff
path: root/src/tools/make_diff/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/make_diff/README')
-rw-r--r--src/tools/make_diff/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tools/make_diff/README b/src/tools/make_diff/README
index 9e333b6164..9401a74a64 100644
--- a/src/tools/make_diff/README
+++ b/src/tools/make_diff/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.4 2008/03/21 13:23:29 momjian Exp $
+src/tools/make_diff/README
scripts
=======
@@ -14,7 +14,7 @@ for every file in the current directory. I can:
cporig `grep -l HeapTuple *`
If I use mkid (from ftp.postgreSQL.org), I can do:
-
+
cporig `lid -kn 'fsyncOff'`
and get a copy of every file containing that word. I can then do:
@@ -29,7 +29,7 @@ to edit all those files.
When I am ready to generate a patch, I run 'difforig' command from the top of
the source tree:
-
+
I pipe the output of this to a file to hold my patch, and the file names
it processes appear on my screen. It creates a nice patch for me of all
the files I used with cporig.
@@ -37,4 +37,3 @@ the files I used with cporig.
Finally, I remove my old copies with 'rmorig'.
Bruce Momjian
-