1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

pgindent run prior to branching v13.

pgperltidy and reformat-dat-files too, though those didn't
find anything to change.
This commit is contained in:
Tom Lane
2020-06-07 16:57:08 -04:00
parent 7247e243a8
commit b5d69b7c22
6 changed files with 12 additions and 14 deletions

View File

@ -2448,8 +2448,8 @@ BuildV1Call(LLVMJitContext *context, LLVMBuilderRef b,
*v_fcinfo_isnull = LLVMBuildLoad(b, v_fcinfo_isnullp, "");
/*
* Add lifetime-end annotation, signaling that writes to memory don't
* have to be retained (important for inlining potential).
* Add lifetime-end annotation, signaling that writes to memory don't have
* to be retained (important for inlining potential).
*/
{
LLVMValueRef v_lifetime = create_LifetimeEnd(mod);