Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Functions

thread-thread_implicit.c File Reference

#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <stdlib.h>
#include "ecpg_config.h"
Include dependency graph for thread-thread_implicit.c:

Go to the source code of this file.

Defines

#define ECPGdebug(X, Y)   ECPGdebug((X)+100,(Y))

Functions

int main (void)

Define Documentation

#define ECPGdebug (   X,
  Y 
)    ECPGdebug((X)+100,(Y))

Definition at line 7 of file thread-thread_implicit.c.


Function Documentation

int main ( void   ) 

Definition at line 20 of file thread-thread_implicit.c.

{
    printf("No threading enabled.\n");
    return 0;
}