Fix build failure with PG15: Remove utils/int8.h#20
Fix build failure with PG15: Remove utils/int8.h#20df7cb wants to merge 1 commit intossinger:masterfrom
Conversation
PG15 removes this header, and it doesn't seem necessary on PG10 either, so remove it unconditionally.
|
@df7cb Thanks. |
|
If there is desire/interest to release a 2.2.11 with this I can do that. |
That would be nice so I can sync the Debian package. |
|
@df7cb Do you build the slony documentation as part of packaging or just use the generated -docs tar we put on the website? If your building them which of pg_autodoc are you using to build slony? (or are you using the I think more recent debian versions are maybe using https://salsa.debian.org/debian/postgresql-autodoc/ which appears to be imported from https://github.com/cbbrowne/autodoc maybe sometime in the past few years and claims to be 1.41 1.40 doesn't work wth PG >11 If I change things to require the newer postgres_autodoc will the help,hurt, or make no difference. |
|
Hmm, it's been a while since I last looked at the details of the package. The current package uses this: The build log is this: Not sure what that means with the question of which files from doc/ are shipped unmodified from the tarball from http://www.slony.info/downloads/2.2/source/, and which we are rebuilding. The list of files in the -doc package is this: ... but overall, if the doc package breaks we can probably fix it, or perhaps go without it on the Debian side. That shouldn't stop a new release. |
|
https://www.slony.info/downloads/2.2/source/slony1-2.2.10-docs.tar.bz2 Is an example of what I mean by the docs from the website This answers my question, your using the docs .html files I generate as part of packaging. |
well for SOME of the files, but other parts of the doc get generated from that. |
PG15 removes this header, and it doesn't seem necessary on PG10 either, so remove it unconditionally.
@wieck: This is the build problem I mentioned at pgconf.eu.