[DOCS] A hyphen missing in runtime.sgml

2016-07-13 Thread Alexander Law
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

Re: [DOCS] Error in the repo for 9.5-3

2016-07-13 Thread Devrim Gündüz
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

Re: [DOCS] A hyphen missing in runtime.sgml

2016-07-13 Thread Stephen Frost
* 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

[DOCS] Invalid reference to ForkNumber enum

2016-07-13 Thread Alexander Law
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

Re: [DOCS] Invalid reference to ForkNumber enum

2016-07-13 Thread Tom Lane
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

[DOCS] Incorrect 'last' adjective in pgbench.sgml

2016-07-13 Thread Alexander Law
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