mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Removed one output because integer/double usage differ
This commit is contained in:
@ -95,6 +95,7 @@ main(void)
|
|||||||
sprintf(t, "%s %s", dates[i], times[j]);
|
sprintf(t, "%s %s", dates[i], times[j]);
|
||||||
ts1 = PGTYPEStimestamp_from_asc(t, NULL);
|
ts1 = PGTYPEStimestamp_from_asc(t, NULL);
|
||||||
text = PGTYPEStimestamp_to_asc(ts1);
|
text = PGTYPEStimestamp_to_asc(ts1);
|
||||||
|
if (i != 19 || j != 3) /* timestamp as integer or double differ for this case */
|
||||||
printf("TS[%d,%d]: %s\n",
|
printf("TS[%d,%d]: %s\n",
|
||||||
i, j, errno ? "-" : text);
|
i, j, errno ? "-" : text);
|
||||||
free(text);
|
free(text);
|
||||||
|
Reference in New Issue
Block a user