Skip to content

Commit

Permalink
pgzx: deprecate pgzx.c in favor of pgzx.pg (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
urso authored Aug 13, 2024
1 parent 718ca3b commit c8689af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pgzx.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
const std = @import("std");

// Export common set of postgres headers.
pub const c = @import("pgzx_pgsys");
pub const c = @import("pgzx_pgsys"); // keep for backwards compatibility
pub const pg = c;

// Utility functions for working with the PostgreSQL C API.
pub const bgworker = @import("pgzx/bgworker.zig");
Expand Down

0 comments on commit c8689af

Please sign in to comment.