diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-08-19 17:26:07 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-08-19 17:26:07 +0900 |
commit | 083d29c65b7897f90c70e6dc0a4240a5fa75c8f2 (patch) | |
tree | 63315b14275d74fc48e924d4fa5dd2a8ed654d46 /src/backend/utils/adt/jsonfuncs.c | |
parent | 8605bc75219fd9a46fbb38909f83bcdae56b6e01 (diff) | |
download | postgresql-083d29c65b7897f90c70e6dc0a4240a5fa75c8f2.tar.gz postgresql-083d29c65b7897f90c70e6dc0a4240a5fa75c8f2.zip |
Fix bug in checking of IDENTIFY_SYSTEM result.
5a991ef8692ed0d170b44958a81a6bd70e90585 added new column into
the result of IDENTIFY_SYSTEM command. But it was not reflected into
several codes checking that result. Specifically though the number of
columns in the result was increased to 4, it was still compared with 3
in some replication codes.
Back-patch to 9.4 where the number of columns in IDENTIFY_SYSTEM
result was increased.
Report from Michael Paquier
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions