Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpxcc committed Jan 10, 2025
1 parent 5fa291a commit 6a655ea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Mooncake Labs
Copyright (c) 2024-2025 Mooncake Labs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SHLIB_LINK := -L. -Wl,-rpath,$(PG_LIB_DIR) -lduckdb -lstdc++
# ========================
MODULES := libduckdb
MODULE_big := $(EXTENSION_NAME)
DATA := $(SQL_DIR)/pg_mooncake--0.0.1.sql
DATA := $(SQL_DIR)/pg_mooncake--0.1.0.sql
EXTENSION := ../../$(EXTENSION_NAME)
PGXS := $(shell $(PG_CONFIG) --pgxs)
override with_llvm := no
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ docker run -it --rm --link mooncake-demo:postgres mooncakelabs/pg_mooncake psql
### Option 2: From Source
Build for Postgres versions 14–17:
```bash
git clone --recurse-submodules https://github.com/Mooncake-Labs/pg_mooncake.git
cd pg_mooncake
make release -j$(nproc)
make install
```
Expand Down
2 changes: 1 addition & 1 deletion pg_mooncake.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'Columnstore Table in Postgres'
default_version = '0.0.1'
default_version = '0.1.0'
module_pathname = '$libdir/pg_mooncake'
relocatable = true
File renamed without changes.

0 comments on commit 6a655ea

Please sign in to comment.