Skip to content

Commit

Permalink
chore: Update vendored sources (tag v1.1.2) to duckdb/duckdb@f680b7d
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 27, 2024
1 parent c732177 commit 00199f9
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion src/duckdb/third_party/brotli/common/brotli_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,4 @@ T __brotli_swap_tmp = (A)[(I)]; \
#endif
}
}
#endif /* BROTLI_COMMON_PLATFORM_H_ */
#endif /* BROTLI_COMMON_PLATFORM_H_ */
2 changes: 1 addition & 1 deletion src/duckdb/third_party/brotli/dec/decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2755,4 +2755,4 @@ void InverseMoveToFrontTransformForTest(uint8_t *v, brotli_reg_t l, BrotliDecode
}
#endif

}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/fsst/libfsst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,4 +503,4 @@ extern "C" duckdb_fsst_decoder_t duckdb_fsst_decoder(duckdb_fsst_encoder_t *enco
u32 cnt2 = duckdb_fsst_import(&decoder, buf);
assert(cnt1 == cnt2); (void) cnt1; (void) cnt2;
return decoder;
}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/hyperloglog/sds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,4 +1112,4 @@ void *sdmalloc(size_t size) { return malloc(size); }
void *sdrealloc(void *ptr, size_t size) { return realloc(ptr,size); }
void sdfree(void *ptr) { free(ptr); }

}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/hyperloglog/sds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ int sdsTest(int argc, char *argv[]);
}


#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ typedef struct PGScanKeyword {
} PGScanKeyword;

const PGScanKeyword *ScanKeywordLookup(const char *text, const PGScanKeyword *keywords, int num_keywords);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ typedef struct {
int32_t day; /* days, after time for alignment */
int32_t month; /* months and years, after time for alignment */
} PGInterval;
}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/libpg_query/include/mb/pg_wchar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
*/
namespace duckdb_libpgquery {
typedef unsigned int pg_wchar;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ int bms_next_member(const PGBitmapset *a, int prevbit);
/* support for hashtables using Bitmapsets as keys: */
uint32_t bms_hash_value(const PGBitmapset *a);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ typedef enum PGLockWaitPolicy {
LockWaitError
} PGLockWaitPolicy;

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ PGDefElem *makeDefElemExtended(const char *nameSpace, const char *name, PGNode *

PGGroupingSet *makeGroupingSet(GroupingSetKind kind, PGList *content, int location);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@ PGList *list_copy_tail(const PGList *list, int nskip);
int length(PGList *list);
#endif /* ENABLE_LIST_COMPAT */

}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/libpg_query/include/nodes/value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ PGValue *makeFloat(char *numericStr);
PGValue *makeString(const char *str);
PGValue *makeBitString(char *str);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ int base_yylex(YYSTYPE *lvalp, YYLTYPE *llocp, core_yyscan_t yyscanner);
void parser_init(base_yy_extra_type *yyext);
int base_yyparse(core_yyscan_t yyscanner);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ std::vector<PGSimplifiedToken> tokenize(const char *str);
PGList *SystemFuncName(const char *name);
PGTypeName *SystemTypeName(const char *name);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ int core_yylex(core_YYSTYPE *lvalp, YYLTYPE *llocp, core_yyscan_t yyscanner);
int scanner_errposition(int location, core_yyscan_t yyscanner);
void scanner_yyerror(const char *message, core_yyscan_t yyscanner);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ bool scanner_isspace(char ch);
void set_preserve_identifier_case(bool downcase);
bool get_preserve_identifier_case();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ PGDefElem *defWithOids(bool value);
typedef unsigned int pg_wchar;
unsigned char *unicode_to_utf8(pg_wchar c, unsigned char *utf8string);

}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/libpg_query/pg_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ PGNode *newNode(size_t size, PGNodeTag type) {
result->type = type;
return result;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,4 @@ list_copy_tail(const PGList *oldlist, int nskip)
int length(const PGList *list);


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ PGGroupingSet *makeGroupingSet(GroupingSetKind kind, PGList *content, int locati
n->location = location;
return n;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ PGValue *makeString(const char *str) {
* Caller is responsible for passing a palloc'd string.
*/

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ int base_yylex(YYSTYPE *lvalp, YYLTYPE *llocp, core_yyscan_t yyscanner) {
return cur_token;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ bool scanner_isspace(char ch) {
return true;
return false;
}
}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/libpg_query/src_common_keywords.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ const PGScanKeyword *ScanKeywordLookup(const char *text, const PGScanKeyword *ke

return NULL;
}
}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/lz4/lz4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2602,4 +2602,4 @@ char* LZ4_slideInputBuffer (void* state)
}

#endif /* LZ4_COMMONDEFS_ONLY */
}
}
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/des_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/aes_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/aria_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/asn1write.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/ccm_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/chacha20.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/cmac.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/ecdsa.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/ecp.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/gcm_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/md5.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/nist_kw.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/pkcs12.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/pkcs5.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/psa_util.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/ripemd160.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/threading.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/mbedtls/timing.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/platform_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/psa/crypto.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/rsa_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/sha1_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/sha256_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/sha512_alt.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/include/ssl_misc.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/library/aesni.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/mbedtls/library/padlock.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// dummy file to make amalgamantion happy
// dummy file to make amalgamantion happy
2 changes: 1 addition & 1 deletion src/duckdb/third_party/miniz/miniz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7541,4 +7541,4 @@ mz_bool mz_zip_end(mz_zip_archive *pZip)


#endif /*#ifndef MINIZ_NO_ARCHIVE_APIS*/
} // namespace duckdb_miniz
} // namespace duckdb_miniz
2 changes: 1 addition & 1 deletion src/duckdb/third_party/parquet/parquet_types.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/duckdb/third_party/parquet/windows_compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#undef Realloc
#undef min
#undef max
#endif
#endif
2 changes: 1 addition & 1 deletion src/duckdb/third_party/pcg/pcg_extras.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,4 @@ std::ostream& operator<<(std::ostream& out, printable_typename<T>) {

} // namespace pcg_extras

#endif // PCG_EXTRAS_HPP_INCLUDED
#endif // PCG_EXTRAS_HPP_INCLUDED
2 changes: 1 addition & 1 deletion src/duckdb/third_party/pcg/pcg_uint128.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -881,4 +881,4 @@ uint_x4<UInt,UIntX2> operator>>(const uint_x4<UInt,UIntX2>& v,

} // namespace pcg_extras

#endif // PCG_UINT128_HPP_INCLUDED
#endif // PCG_UINT128_HPP_INCLUDED
2 changes: 1 addition & 1 deletion src/duckdb/third_party/snappy/snappy_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#else
#define SNAPPY_NEW_VERSION false
#endif
#endif
#endif
2 changes: 1 addition & 1 deletion src/duckdb/third_party/thrift/thrift/thrift-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
#define ARITHMETIC_RIGHT_SHIFT 1
#endif

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -1415,4 +1415,4 @@ size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx,
return dSize;
}

}
}

0 comments on commit 00199f9

Please sign in to comment.