PostgreSQL Source Code git master
test_int128.c File Reference
#include "postgres_fe.h"
#include <time.h>
Include dependency graph for test_int128.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 279 of file test_int128.c.

280{
281 printf("skipping tests: no native int128 type\n");
282 return 0;
283}
#define printf(...)
Definition: port.h:266

References printf.