[COMMITTERS] pgsql: Improve pageinspect module

2015-11-25 Thread Teodor Sigaev
Improve pageinspect module Now pageinspect can show data stored in the heap tuple. Nikolay Shaplov Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d6061f83a166b015657fda8623c704fcb86930e9 Modified Files -- contrib/pageinspect/Makefile |6

Re: [COMMITTERS] pgsql: Improve pageinspect module

2015-11-25 Thread Stephen Frost
* Teodor Sigaev ([email protected]) wrote: > Improve pageinspect module > > Now pageinspect can show data stored in the heap tuple. The buildfarm isn't happy with this change.. Thanks! Stephen signature.asc Description: Digital signature

[COMMITTERS] pgsql: Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86

2015-11-25 Thread Teodor Sigaev
Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86930e9 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0271e27c1089f104236a7fe3b3fca52e5359ae56 Modified Files -- contrib/pageinspect/pageinspect--1.3--1.4.sql | 118 +

Re: [COMMITTERS] pgsql: Improve pageinspect module

2015-11-25 Thread Teodor Sigaev
Oh, forgot diff file. Added, thank you Stephen Frost wrote: * Teodor Sigaev ([email protected]) wrote: Improve pageinspect module Now pageinspect can show data stored in the heap tuple. The buildfarm isn't happy with this change.. Thanks! Stephen -- Teodor Sigaev

[COMMITTERS] pgsql: Improve div_var_fast(), mostly by making comments better.

2015-11-25 Thread Tom Lane
Improve div_var_fast(), mostly by making comments better. The integer overflow situation in div_var_fast() is a great deal more complicated than the pre-existing comments would suggest. Moreover, the comments were also flat out incorrect as to the precise statement of the maxdiv loop invariant.

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf

[COMMITTERS] pgsql: Be more paranoid about null return values from libpq status func

2015-11-25 Thread Tom Lane
Be more paranoid about null return values from libpq status functions. PQhost() can return NULL in non-error situations, namely when a Unix-socket connection has been selected by default. That behavior is a tad debatable perhaps, but for the moment we should make sure that psql copes with it. Unf