| From: | John Naylor <john(dot)naylor(at)2ndquadrant(dot)com> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: remove separate postgres.(sh)description files |
| Date: | 2020-01-20 00:27:41 |
| Message-ID: | CACPNZCvWbXevWcyWPPF4OCaO_1yAfs5U+RwZin25YamrgfOQbA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, Jan 19, 2020 at 7:58 PM Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>
> > On Wed, Jan 08, 2020 at 02:33:23PM +0200, Heikki Linnakangas wrote:
> >> Grepping around, there are a few stray references to
> >> postgres.description still:
> >>
> >> $ git grep -r -I postgres.shdescript .
> >> src/backend/catalog/.gitignore:/postgres.shdescription
> >> src/backend/catalog/Makefile:# postgres.bki, postgres.description,e0ed6817c0..7aaefadaac
> >> postgres.shdescription,
> >> src/tools/msvc/clean.bat:if %DIST%==1 if exist
> >> src\backend\catalog\postgres.shdescription del /q
> >> src\backend\catalog\postgres.shdescription
>
> Pushed, thanks!
Thanks for taking care of those loose ends -- that was a bit sloppy of me.
--
John Naylor https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ranier Vilela | 2020-01-20 00:35:44 | Re: [PATCH] src\backend\utils\adt\numeric.c copy and past error |
| Previous Message | Ranier Vilela | 2020-01-20 00:23:13 | [PATCH] Windows port, fix some missing locks |