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
3ed249b7
Commit
3ed249b7
authored
Mar 24, 2014
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "the the" typos.
Erik Rijkers
parent
ab22b149
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/json.sgml
doc/src/sgml/json.sgml
+1
-1
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/logicaldecoding.sgml
+1
-1
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+1
-1
No files found.
doc/src/sgml/json.sgml
View file @
3ed249b7
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
There are two JSON data types: <type>json</> and <type>jsonb</>.
There are two JSON data types: <type>json</> and <type>jsonb</>.
Both accept <emphasis>almost</emphasis> identical sets of values as
Both accept <emphasis>almost</emphasis> identical sets of values as
input. The major practical difference is one of efficiency. The
input. The major practical difference is one of efficiency. The
<type>json</> data type stores an exact copy of the
the
input text,
<type>json</> data type stores an exact copy of the input text,
which processing functions must continually reparse, while
which processing functions must continually reparse, while
<type>jsonb</> data is stored in a decomposed binary format that
<type>jsonb</> data is stored in a decomposed binary format that
makes it slightly less efficient to input due to added serialization
makes it slightly less efficient to input due to added serialization
...
...
doc/src/sgml/logicaldecoding.sgml
View file @
3ed249b7
...
@@ -169,7 +169,7 @@ CTRL-C
...
@@ -169,7 +169,7 @@ CTRL-C
</indexterm>
</indexterm>
<title>Logical Decoding</title>
<title>Logical Decoding</title>
<para>
<para>
Logical decoding is the
the
process of extracting all persistent changes
Logical decoding is the process of extracting all persistent changes
to a database's tables into a coherent, easy to understand format which
to a database's tables into a coherent, easy to understand format which
can be interpreted without detailed knowledge of the database's internal
can be interpreted without detailed knowledge of the database's internal
state.
state.
...
...
src/backend/access/transam/xlog.c
View file @
3ed249b7
...
@@ -1089,7 +1089,7 @@ begin:;
...
@@ -1089,7 +1089,7 @@ begin:;
* has progressed. There is a small fixed number of insertion locks,
* has progressed. There is a small fixed number of insertion locks,
* determined by the num_xloginsert_locks GUC. When an inserter crosses a
* determined by the num_xloginsert_locks GUC. When an inserter crosses a
* page boundary, it updates the value stored in the lock to the how far it
* page boundary, it updates the value stored in the lock to the how far it
* has inserted, to allow the
the
previous buffer to be flushed.
* has inserted, to allow the previous buffer to be flushed.
*
*
* Holding onto an insertion lock also protects RedoRecPtr and
* Holding onto an insertion lock also protects RedoRecPtr and
* fullPageWrites from changing until the insertion is finished.
* fullPageWrites from changing until the insertion is finished.
...
...
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