Skip to content

Commit

Permalink
Support compilation on Windows
Browse files Browse the repository at this point in the history
Original patch by telmedola, simplified by me.

Close #10.
  • Loading branch information
df7cb committed May 18, 2021
1 parent 8138169 commit 0f76737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg_dirtyread.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Copyright (c) 2012, OmniTI Computer Consulting, Inc.
* Portions Copyright (c) 1994, The Regents of the University of California
* All rights reserved.
Expand Down Expand Up @@ -70,7 +70,7 @@ typedef struct
PG_MODULE_MAGIC;

PG_FUNCTION_INFO_V1(pg_dirtyread);
Datum pg_dirtyread(PG_FUNCTION_ARGS);
PGDLLEXPORT Datum pg_dirtyread(PG_FUNCTION_ARGS);

Datum
pg_dirtyread(PG_FUNCTION_ARGS)
Expand Down

0 comments on commit 0f76737

Please sign in to comment.