From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | stuchalin(dot)d(at)gmail(dot)com |
Subject: | BUG #16042: incorrect .gitignore file |
Date: | 2019-10-05 11:06:11 |
Message-ID: | 16042-c174ee692ac21cbd@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 16042
Logged by: Denis Stuchalin
Email address: stuchalin(dot)d(at)gmail(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | 张舒燕 | 2019-10-05 11:33:22 | Reply to the "Write skew anmalies are found in SERIALIZABLE isolation" |
Previous Message | Hans Buschmann | 2019-10-05 07:40:00 | AW: BUG #16039: PANIC when activating replication slots in Postgres 12.0 64bit under Windows |