forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc99c7a4
committed
Remove NOT_USED BufFileTellBlock() from buffile.c
This routine has been marked as NOT_USED since20ad43b from 2000,and a patch is planned to switch the logtape/tuplestore APIs to rely onint64 rather than long for the block nunbers, which is more portable.Keeping it is more confusing than anything at this stage, so let's getrid of it entirely.Thanks for Heikki Linnakangas for the poke on this one.Discussion:https://postgr.es/m/5047be8c-7ee6-4dd5-af76-6c916c3103b4@iki.fi1 parent3af0d17 commitc99c7a4
1 file changed
+0
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
856 | 856 |
| |
857 | 857 |
| |
858 | 858 |
| |
859 |
| - | |
860 |
| - | |
861 |
| - | |
862 |
| - | |
863 |
| - | |
864 |
| - | |
865 |
| - | |
866 |
| - | |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 | 859 |
| |
878 | 860 |
| |
879 | 861 |
| |
|
0 commit comments
Comments
(0)