Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rebasedming committed May 8, 2024
1 parent 27dbf85 commit 51ea5bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pg_lakehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo 'Architecture: ${{ matrix.arch }}' >> $CONTROL_FILE
echo 'Depends: postgresql-${{ matrix.pg_version }}' >> $CONTROL_FILE
echo 'Maintainer: ParadeDB <support@paradedb.com>' >> $CONTROL_FILE
echo 'Description: TODO' >> $CONTROL_FILE
echo 'Description: An analytical query engine for Postgres' >> $CONTROL_FILE
# Create .deb package
sudo chown -R root:root ${package_dir}
Expand Down
2 changes: 1 addition & 1 deletion pg_analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Note: While it is possible to develop using pgrx's own Postgres installation(s),
### Configure Shared Preload Libraries

This extension uses Postgres hooks to intercept Postgres queries. In order to enable these hooks, the extension
must be added to `shared_preload_libraries` inside `postgresql.conf`. If you are using Postgres 16, this file can be found under `~/.pgrx/data-16`.
must be added to `shared_preload_libraries` inside `postgresql.conf`.

```bash
# Inside postgresql.conf
Expand Down
2 changes: 1 addition & 1 deletion pg_lakehouse/Cargo.lock

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

3 changes: 2 additions & 1 deletion pg_lakehouse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "pg_lakehouse"
version = "0.0.0"
description = "An analytical query engine for Postgres"
version = "0.6.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pg_lakehouse/pg_lakehouse.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'pg_lakehouse: Created by pgrx'
comment = 'pg_lakehouse: An analytical query engine for Postgres'
default_version = '@CARGO_VERSION@'
module_pathname = '$libdir/pg_lakehouse'
relocatable = false
Expand Down

0 comments on commit 51ea5bc

Please sign in to comment.