diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-22 10:01:50 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-22 10:01:50 +0900 |
commit | 23bccc823d434d9dcf3c12622fe260d9235baae2 (patch) | |
tree | a966eef34e7f33cf1ce9c729d3f423a5b5b9389d /doc/src | |
parent | e1a0f6a983068675813074847e1d0d61bd37ac0e (diff) | |
download | postgresql-23bccc823d434d9dcf3c12622fe260d9235baae2.tar.gz postgresql-23bccc823d434d9dcf3c12622fe260d9235baae2.zip |
Fix inconsistencies and typos in the tree
This is numbered take 7, and addresses a set of issues with code
comments, variable names and unreferenced variables.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/dff75442-2468-f74f-568c-6006e141062f@gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/problems.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 02ed975ec2f..cf432628721 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -252,7 +252,7 @@ C library, processor, memory information, and so on. In most cases it is sufficient to report the vendor and version, but do not assume everyone knows what exactly <quote>Debian</quote> - contains or that everyone runs on i386s. If you have + contains or that everyone runs on x86_64. If you have installation problems then information about the toolchain on your machine (compiler, <application>make</application>, and so on) is also necessary. |