Patch for bind message regarding the number of parameters and result column format codes - Mailing list pgsql-hackers

From Dave Cramer
Subject Patch for bind message regarding the number of parameters and result column format codes
Date
Msg-id CADK3HHLv-4nU8wFNEodvNedtWP2qBnZvL-9RZzd11mMt7U6hQA@mail.gmail.com
Whole thread
Responses Re: Patch for bind message regarding the number of parameters and result column format codes
List pgsql-hackers
While talking to Austin he noted that the docs for the number of parameters is actually an unsigned integer. 

This patch corrects that. 

See 

1. Parameter format codes count (line 4323) — read at postgres.c:1725
  2. Parameter values count (line 4348) — read at postgres.c:1734
  3. Result-column format codes count (line 4396) — read at postgres.c:2017

Dave Cramer
Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication
Next
From: Peter Smith
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication