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
07104991
Commit
07104991
authored
Aug 02, 2016
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small wording tweaks
Dmitry Igrishin
parent
c6ea616f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+1
-1
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/fe-protocol3.c
+1
-1
No files found.
doc/src/sgml/catalogs.sgml
View file @
07104991
...
@@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
...
@@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<entry><type>boolean</type></entry>
<entry><type>boolean</type></entry>
<entry>
<entry>
<literal>true</literal> if the prepared statement was created
<literal>true</literal> if the prepared statement was created
via the <command>PREPARE</command> SQL
statement
;
via the <command>PREPARE</command> SQL
command
;
<literal>false</literal> if the statement was prepared via the
<literal>false</literal> if the statement was prepared via the
frontend/backend protocol
frontend/backend protocol
</entry>
</entry>
...
...
src/interfaces/libpq/fe-protocol3.c
View file @
07104991
...
@@ -163,7 +163,7 @@ pqParseInput3(PGconn *conn)
...
@@ -163,7 +163,7 @@ pqParseInput3(PGconn *conn)
/*
/*
* Unexpected message in IDLE state; need to recover somehow.
* Unexpected message in IDLE state; need to recover somehow.
* ERROR messages are
display
ed using the notice processor;
* ERROR messages are
handl
ed using the notice processor;
* ParameterStatus is handled normally; anything else is just
* ParameterStatus is handled normally; anything else is just
* dropped on the floor after displaying a suitable warning
* dropped on the floor after displaying a suitable warning
* notice. (An ERROR is very possibly the backend telling us why
* notice. (An ERROR is very possibly the backend telling us why
...
...
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