[COMMITTERS] pgsql: Improve handling of pthread_mutex_lock error case

2013-08-01 Thread Stephen Frost
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/71127756af12ed64da9e82639f88b6ed13e5f600

Modified Files
--
src/interfaces/libpq/fe-secure.c |   14 +-
1 file changed, 13 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve handling of pthread_mutex_lock error case

2013-08-01 Thread Stephen Frost
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera

Branch
--
REL9_0_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/f019c021119c632da396894769349fa6433e91da

Modified Files
--
src/interfaces/libpq/fe-secure.c |   14 +-
1 file changed, 13 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve handling of pthread_mutex_lock error case

2013-08-01 Thread Stephen Frost
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/820739cba95622033527f60467a264db0ee91f76

Modified Files
--
src/interfaces/libpq/fe-secure.c |   14 +-
1 file changed, 13 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve handling of pthread_mutex_lock error case

2013-08-01 Thread Stephen Frost
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/1e8e324326be8fa907b51ba262cf0a21cb015ca3

Modified Files
--
src/interfaces/libpq/fe-secure.c |   14 +-
1 file changed, 13 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve handling of pthread_mutex_lock error case

2013-08-01 Thread Stephen Frost
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8359ed806f3300b79f110f1ac216c58c0732d05c

Modified Files
--
src/interfaces/libpq/fe-secure.c |   14 +-
1 file changed, 13 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers