BUG #16042: incorrect .gitignore file
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: stuchalin.d@gmail.com
Date: 2019-10-05T11:06:11Z
Lists: pgsql-bugs
The following bug has been logged on the website: Bug reference: 16042 Logged by: Denis Stuchalin Email address: stuchalin.d@gmail.com PostgreSQL version: 11.5 Operating system: Linux Description: The sourses repository https://www.postgresql.org/ftp/source/v11.5/. The source codes contain the file src/bin/pg_waldump/.gitignore This file contains the line /*desc.c This line does not give the correct commit file rmgrdesc.c from this directory to the "my" git repository. This problem does not allow to build a postgresql cloned from "my" git repository, since git does not have the file need to build successfully. Workflow: 1. Download souses from https://www.postgresql.org/ftp/source/v11.5/ 2. Push sourses into GIT repo 3. Clone souses from GIT into other place. 4. Build from cloned sourses FAILED.
Commits
-
Avoid use of wildcard in pg_waldump's .gitignore.
- ea9c0e1c0deb 10.11 landed
- d82f3909da11 13.0 landed
- 4fd51980ed5a 11.6 landed
- 4f119e156e65 12.1 landed