Re: Vacuuming the operating system documentation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Magnus Hagander <magnus@hagander.net>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-07T03:42:50Z
Lists: pgsql-hackers
Attachments
- doc-minor-fixes.patch (text/x-diff) patch
Thomas Munro <thomas.munro@gmail.com> writes: > Yeah, I wasn't planning on changing anything in backbranches. It > sounds like we're OK with doing this for 13. Here's a version with a > few more changes: Looks pretty good to me. I attach a delta patch with a few more proposed adjustments. Notably, I made the wording about /etc/sysctl.conf for Linux match that for other OSes, except I said "see" not "modify" because (at least on my Red Hat based installations) the comments in /etc/sysctl.conf direct you to modify various sub-files. > ... I am aware of one modern kernel that ships > pre-built without SysV IPC: Android, but apparently this stuff is also > missing from its libc so you won't get this far. Yeah, ISTR some prior discussion about that on our lists. If anyone's trying to run PG on their phone, they probably do not need help from these docs. regards, tom lane
Commits
-
Doc: Update example symptom of systemd misconfiguration.
- 682c28baf925 10.14 landed
- a35896c4b2a1 11.9 landed
- b944b1d1a9ac 12.4 landed
- a1c940cc5882 13.0 landed
- d094bf93014b 14.0 landed
-
Doc: Clean up references to obsolete OS versions.
- c8be915aa9fc 13.0 landed