mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Ooops, forgot to update ecpg comparison files to match
source-code change.
This commit is contained in:
@@ -162,7 +162,7 @@ main(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
check_return(ret)
|
check_return(int ret)
|
||||||
{
|
{
|
||||||
switch(ret)
|
switch(ret)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ main(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
check_return(ret)
|
check_return(int ret)
|
||||||
{
|
{
|
||||||
switch(ret)
|
switch(ret)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user