view Resources/PostgreSQL/printf_archetype.c @ 84:b96446b8718b

Fix serialization of jobs if many of them
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 15:25:02 +0100
parents 7cea966b6829
children
line wrap: on
line source

extern int
pgac_write(int ignore, const char *fmt,...)
__attribute__((format(gnu_printf, 2, 3)));
int
main ()
{

  ;
  return 0;
}