Suppress Coverity complaints in readfuncs.c.
Coverity is complaining that the value returned by pg_strtok in
READ_LOCATION_FIELD and READ_BITMAPSET_FIELD macros is not used. In commit
39bfc94c86f1990e9db8ea3da0e82995cc1b76db, we did this to the other macros
to placate compilers that complained whe
Split ECPGdo() in constituent parts
This splits ECPGdo() into ecpg_prologue(), ecpg_do() and
ecpg_epilogue(), and renames free_params() into ecpg_free_params() and
exports it. This makes it possible for future code to use these
routines for their own purposes.
There is no user-visible functional
Add display of oprcode (the underlying function's name) to psql's \do+.
The + modifier of \do didn't use to do anything, but now it adds an oprcode
column. This is useful both as an additional form of documentation of what
the operator does, and to save a step when finding out properties of the
u
Split ecpg_execute() in constituent parts
Split the rather long ecpg_execute() function into ecpg_build_params(),
ecpg_autostart_transaction(), a smaller ecpg_execute() and
ecpg_process_output(). There is no user-visible change here, only code
reorganization to support future patches.
Author: Zo
Fix Hot Standby feedback sending when streaming busily.
Commit 6f60fdd7015b032bf49273c99f80913d57eac284 accidentally removed a
call to XLogWalRcvSendHSFeedback() after flushing received WAL to disk.
The consequence is that when walsender is busy streaming WAL, it doesn't
send HS feedback messages.
Fix Hot Standby feedback sending when streaming busily.
Commit 6f60fdd7015b032bf49273c99f80913d57eac284 accidentally removed a
call to XLogWalRcvSendHSFeedback() after flushing received WAL to disk.
The consequence is that when walsender is busy streaming WAL, it doesn't
send HS feedback messages.
docs: update PL/pgSQL docs about the use of := and =
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7e1955b861a1be9ef2dfd6acdd50d0c6b5a75794
Modified Files
--
doc/src/sgml/plpgsql.sgml| 17 +++--
src/pl/plpgsql/src/pl_gram.y |7
Surely this is wrong:
Equals (:=) can be used instead of SQL-standard
= for GET DIAGNOSTICS.
I usually pronounce ":=" as "becomes". Other people read it as "is
assigned" and most refer to it by name as the "assignment operator" or
"assignment". Whatever it is it's surely not "equals".
doc: fix := description typo.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/93c4bbc9998e7f326a9733fc187a7f2b97ef7b95
Modified Files
--
doc/src/sgml/plpgsql.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-committers mail
On Thu, Jan 16, 2014 at 07:23:48PM -0500, Andrew Dunstan wrote:
>
> Surely this is wrong:
>
>Equals (:=) can be used instead of SQL-standard
>= for GET DIAGNOSTICS.
>
>
> I usually pronounce ":=" as "becomes". Other people read it as "is
> assigned" and most refer to it by name as the "
doc: rename "Equals" to "Equal"
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d8a0b96c50b76992d63287ef9affbcf847f725ad
Modified Files
--
doc/src/sgml/plpgsql.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql-committe
11 matches
Mail list logo