Skip to content

Commit

Permalink
Fix incomplete description
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 30, 2024
1 parent 67bc05e commit 0cdc7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out Source
uses: actions/checkout@v4
- name: Build the Site
uses: docker://hugomods/hugo:base-0.131.0
uses: docker://hugomods/hugo:base-0.133.1
with: { args: hugo }
- name: Generate Publish Script
run: ./bin/publish public justatheory.com E1X44SJ45FTNGI 1 > publish.sh
Expand Down
2 changes: 1 addition & 1 deletion content/post/postgres/extension-preloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lastMod: 2024-08-07T18:25:51Z
description: |
When should a Postgres extension be pre-loaded and when should it not?
Should it be loaded in user sessions or at server startup? For the Tembo
blog, I
blog, I dug into this question and wrote up my findings.
tags: [PGXN, Postgres, Extensions, Preload, Extensions Book]
type: post
link: https://tembo.io/blog/library-preloading
Expand Down

0 comments on commit 0cdc7fe

Please sign in to comment.