diff options
author | Tom Lane | 2023-04-23 14:38:15 +0000 |
---|---|---|
committer | Tom Lane | 2023-04-23 14:38:15 +0000 |
commit | 681a3706d6b1bcfe879f37ba83008b3382575447 (patch) | |
tree | 5494ce4b36294b0c1a9890bb4528a24dfe007051 | |
parent | d301442799cea44e5ccb04331afc537764ec77c5 (diff) |
Add a README note explaining that we've pulled pg_bsd_indent
into the main Postgres source tree. This copy will not be
maintained anymore.
-rw-r--r-- | README.pg_bsd_indent | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.pg_bsd_indent b/README.pg_bsd_indent index 85c3dca..247c45d 100644 --- a/README.pg_bsd_indent +++ b/README.pg_bsd_indent @@ -1,5 +1,11 @@ pg_bsd_indent +Please note that this git repo is OBSOLETE as of Feb. 2023. +pg_bsd_indent has been absorbed into the main Postgres source tree +(under src/tools/pg_bsd_indent) and is now maintained there. + +---------- + This is a lightly modified version of the "indent" program maintained by the FreeBSD project. The modifications are mostly to make it portable to non-BSD-ish platforms, though we do have one formatting switch we |