1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Version 06-30-0248

This commit is contained in:
Byron Nikolaidis
1998-07-22 23:47:48 +00:00
parent 2a67742412
commit 6e66468f3a
39 changed files with 4546 additions and 283 deletions

View File

@@ -16,6 +16,7 @@
#include "socket.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
ColumnInfoClass *
CI_Constructor()