Hello,
I've found a hyphen missing in runtime.sgml. Patch attached.
Best regards,
Alexander
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 6d39ce7..90def00 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -184,7 +184,7 @@ postgres$ initdb -D /usr
Hi Marcin,
The version of the repo files != the version of PostgreSQL packages.
pgdg-fedora or pgdg-redhat (or whatever) are the repo packages, and they carry
only the major number: 9.5. The rest is the build number for that specific
package.
So, there is nothing incorrect there.
Please email
* Alexander Law ([email protected]) wrote:
> I've found a hyphen missing in runtime.sgml. Patch attached.
Fix pushed.
Thanks!
Stephen
signature.asc
Description: Digital signature
Hello,
There is an invalid reference to ForkNumber definition (from commit
f71939cd).
It was defined in relfilenode.h at time of the commit
(https://github.com/postgres/postgres/blob/f71939cd/src/include/storage/relfilenode.h),
but now it's defined in relpath.h
(https://github.com/postgres/po
Alexander Law writes:
> There is an invalid reference to ForkNumber definition (from commit
> f71939cd).
> It was defined in relfilenode.h at time of the commit
> (https://github.com/postgres/postgres/blob/f71939cd/src/include/storage/relfilenode.h),
>
> but now it's defined in relpath.h
> (h
Hello,
Log format description in pgbench.sgml describes min_latency and
max_latency as last two fields, but they are not last nowadays. Patch
attached.
Best regards,
Alexander
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index f3afedb..323f2c7 100644
--- a/doc/sr