mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fixed mdy functions to use correct offset.
This commit is contained in:
@ -36,7 +36,7 @@ int main()
|
||||
|
||||
while (1)
|
||||
{
|
||||
$fetch in c into :i, :j;
|
||||
$fetch forward c into :i, :j;
|
||||
if (sqlca.sqlcode == 100) break;
|
||||
else if (sqlca.sqlcode != 0) printf ("Error: %ld\n", sqlca.sqlcode);
|
||||
|
||||
|
Reference in New Issue
Block a user