Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fb9bc5d9
Commit
fb9bc5d9
authored
Apr 10, 2012
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in docs, some words were doubled.
Thom Brown
parent
c94b43ce
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/earthdistance.sgml
doc/src/sgml/earthdistance.sgml
+1
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+2
-2
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+1
-1
No files found.
doc/src/sgml/earthdistance.sgml
View file @
fb9bc5d9
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<entry><function>sec_to_gc(float8)</function></entry>
<entry><function>sec_to_gc(float8)</function></entry>
<entry><type>float8</type></entry>
<entry><type>float8</type></entry>
<entry>Converts the normal straight line
<entry>Converts the normal straight line
(secant) distance between
between
two points on the surface of the Earth
(secant) distance between two points on the surface of the Earth
to the great circle distance between them.
to the great circle distance between them.
</entry>
</entry>
</row>
</row>
...
...
doc/src/sgml/installation.sgml
View file @
fb9bc5d9
...
@@ -2451,7 +2451,7 @@ make MAX_CONNECTIONS=5 check
...
@@ -2451,7 +2451,7 @@ make MAX_CONNECTIONS=5 check
distribution
tarball
,
you
will
also
need
Flex
(
GNU
lex
)
and
Bison
distribution
tarball
,
you
will
also
need
Flex
(
GNU
lex
)
and
Bison
(
GNU
yacc
).
We
also
recommend
making
sure
you
are
fairly
(
GNU
yacc
).
We
also
recommend
making
sure
you
are
fairly
up
-
to
-
date
on
HP
patches
.
At
a
minimum
,
if
you
are
building
64
up
-
to
-
date
on
HP
patches
.
At
a
minimum
,
if
you
are
building
64
bit
binaries
on
on
HP
-
UX
11.11
you
may
need
PHSS_30966
(
11.11
)
or
a
bit
binaries
on
HP
-
UX
11.11
you
may
need
PHSS_30966
(
11.11
)
or
a
successor
patch
otherwise
<
command
>
initdb
</
command
>
may
hang
:
successor
patch
otherwise
<
command
>
initdb
</
command
>
may
hang
:
<
literallayout
>
<
literallayout
>
PHSS_30966
s700_800
ld
(
1
)
and
linker
tools
cumulative
patch
PHSS_30966
s700_800
ld
(
1
)
and
linker
tools
cumulative
patch
...
@@ -2700,7 +2700,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
...
@@ -2700,7 +2700,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
</para>
</para>
<para>
<para>
As of UnixWare 7.1.3 and above, the GNU Make program is
is
the
As of UnixWare 7.1.3 and above, the GNU Make program is the
OSTK portion of the UDK CD, and is
OSTK portion of the UDK CD, and is
in <filename>/usr/gnu/bin/gmake</filename>.
in <filename>/usr/gnu/bin/gmake</filename>.
</para>
</para>
...
...
doc/src/sgml/monitoring.sgml
View file @
fb9bc5d9
...
@@ -2188,7 +2188,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2188,7 +2188,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<row>
<row>
<entry>wal-buffer-write-dirty-start</entry>
<entry>wal-buffer-write-dirty-start</entry>
<entry>()</entry>
<entry>()</entry>
<entry>Probe that fires when
when
a server process begins to write a
<entry>Probe that fires when a server process begins to write a
dirty WAL buffer because no more WAL buffer space is available.
dirty WAL buffer because no more WAL buffer space is available.
(If this happens often, it implies that
(If this happens often, it implies that
<xref linkend="guc-wal-buffers"> is too small.)</entry>
<xref linkend="guc-wal-buffers"> is too small.)</entry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment