Skip to content

Commit

Permalink
bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 12, 2024
1 parent 6d66ece commit bc25bfb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wasm_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
env:
PGVERSION: 16.3
SDK_VERSION: 3.1.65.6bi
SDK_VERSION: 3.1.65.8bi
SDK_ARCHIVE: python3.12-wasm-sdk-Ubuntu-22.04.tar.lz4
SDKROOT: /opt/python-wasm-sdk
SYS_PYTHON: /usr/bin/python3
Expand Down
22 changes: 22 additions & 0 deletions patches/exports
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ _RecordFreeIndexPage
_RecoveryInProgress
_RegisterBackgroundWorker
_RegisterDynamicBackgroundWorker
_RegisterResourceReleaseCallback
_RegisterSnapshot
_RegisterSubXactCallback
_RegisterXactCallback
Expand Down Expand Up @@ -415,8 +416,16 @@ ___THREW__
___cxa_atexit
___cxa_throw
___errno_location
___extenddftf2
___fixtfsi
___floatsitf
___getf2
___letf2
___lttf2
___multf3
___multi3
___small_fprintf
___subtf3
___threwValue
___wasm_setjmp
___wasm_setjmp_test
Expand Down Expand Up @@ -591,6 +600,7 @@ _dlerror
_dlopen
_dlsym
_domain_check
_downcase_truncate_identifier
_dsm_attach
_dsm_create
_dsm_detach
Expand Down Expand Up @@ -646,6 +656,7 @@ _exprTypmod
_extra_float_digits
_extract_actual_clauses
_fclose
_fcntl
_fd_durable_rename
_fd_fsync_fname
_feof
Expand Down Expand Up @@ -689,6 +700,7 @@ _ftruncate
_function_parse_error_transpose
_fwrite
_gai_strerror
_gen_random_uuid
_generate_implied_equalities_for_column
_generic_restriction_selectivity
_genericcostestimate
Expand Down Expand Up @@ -748,6 +760,7 @@ _getsockopt
_gettimeofday
_ginPostingListDecode
_gistcheckpage
_gmtime
_grouping_is_sortable
_guc_malloc
_has_fn_opclass_options
Expand Down Expand Up @@ -803,6 +816,7 @@ _interval_um
_ioctl
_isalnum
_isatty
_isxdigit
_join_clause_is_movable_to
_lappend
_lappend_int
Expand Down Expand Up @@ -878,6 +892,7 @@ _memcpy
_memmove
_memset
_namein
_nanosleep
_network_cmp
_nextval
_nocache_index_getattr
Expand Down Expand Up @@ -936,6 +951,7 @@ _pg_database_encoding_max_length
_pg_detoast_datum
_pg_detoast_datum_copy
_pg_detoast_datum_packed
_pg_do_encoding_conversion
_pg_encoding_dsplen
_pg_encoding_max_length
_pg_encoding_mblen
Expand All @@ -957,6 +973,7 @@ _pg_hmac_init
_pg_hmac_update
_pg_inet_net_ntop
_pg_initdb
_pg_is_ascii
_pg_ltoa
_pg_mb2wchar_with_len
_pg_mblen
Expand Down Expand Up @@ -1042,6 +1059,7 @@ _quote_ident
_quote_identifier
_quote_literal_cstr
_quote_qualified_identifier
_rand
_raw_parser
_read
_read_local_xlog_page_no_wait
Expand Down Expand Up @@ -1098,6 +1116,7 @@ _smgrsetowner
_smgrtruncate
_snprintf
_socket
_srand
_sscanf
_standard_ExecutorEnd
_standard_ExecutorFinish
Expand Down Expand Up @@ -1157,6 +1176,7 @@ _text_gt
_text_le
_text_lt
_text_to_cstring
_text_to_cstring_buffer
_texteq
_tidin
_tidout
Expand Down Expand Up @@ -1215,6 +1235,8 @@ _updateClosestMatch
_update_mergeclause_eclasses
_utf8_to_unicode
_uuid_cmp
_uuid_in
_uuid_out
_vac_estimate_reltuples
_vacuum_delay_point
_varbit_in
Expand Down

0 comments on commit bc25bfb

Please sign in to comment.