projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6234a9c
)
Remove superfluous forward declaration
author
Peter Eisentraut
<
[email protected]
>
Thu, 17 Oct 2024 06:57:56 +0000
(08:57 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 17 Oct 2024 06:57:56 +0000
(08:57 +0200)
The need for this was removed by commit
dc9c3b0ff21
.
src/test/regress/pg_regress.h
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.h
b/src/test/regress/pg_regress.h
index 5b636ca3009265c26b368c833d0b62b4cf9edc79..141521c8910424e95afe504216636ee3d42f5fa3 100644
(file)
--- a/
src/test/regress/pg_regress.h
+++ b/
src/test/regress/pg_regress.h
@@
-18,8
+18,6
@@
#define INVALID_PID INVALID_HANDLE_VALUE
#endif
-struct StringInfoData; /* avoid including stringinfo.h here */
-
/* simple list of strings */
typedef struct _stringlist
{