Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01cca2c

Browse files
committed
Remove struct PQArgBlock from server-side header libpq/libpq.h.
This struct is purely a client-side artifact. Perhaps there was oncereason for the server to know it, but any such reason is lost in themists of time. We certainly don't need two independent declarationsof it.
1 parent1a0bc4c commit01cca2c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

‎src/include/libpq/libpq.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@
2020
#include"lib/stringinfo.h"
2121
#include"libpq/libpq-be.h"
2222

23-
/* ----------------
24-
* PQArgBlock
25-
*Information (pointer to array of this structure) required
26-
*for the PQfn() call. (This probably ought to go somewhere else...)
27-
* ----------------
28-
*/
29-
typedefstruct
30-
{
31-
intlen;
32-
intisint;
33-
union
34-
{
35-
int*ptr;/* can't use void (dec compiler barfs) */
36-
intinteger;
37-
}u;
38-
}PQArgBlock;
3923

4024
typedefstruct
4125
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp