Skip to content

Commit

Permalink
pg11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Dec 18, 2024
1 parent a0a288a commit 2689081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ get_extension_nsp_oid(Oid extOid)

systable_endscan(scandesc);

#if PG_VERSION_NUM < 120
#if PG_VERSION_NUM < 120000
heap_close(rel, AccessShareLock);
#else
table_close(rel, AccessShareLock);
Expand Down

0 comments on commit 2689081

Please sign in to comment.