mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Slowly getting faster to make sure it compiles...still needs cleaning
up, but one thing at a time :)
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.2 1996/10/31 10:26:30 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.3 1996/11/06 08:27:11 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
#include <postgres.h>
|
||||
|
||||
#include "lib/dllist.h"
|
||||
#include <lib/dllist.h>
|
||||
|
||||
Dllist*
|
||||
DLNewList()
|
||||
|
||||
Reference in New Issue
Block a user