1
0
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:
Michael Meskes
2003-07-24 08:41:07 +00:00
parent 0643b6a1ba
commit 060229b9d7
3 changed files with 7 additions and 3 deletions

View File

@ -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);